Html Css Color HEX #B4BFF8 Perano

📋 copy color: '#B4BFF8'

red 180 ◦ green 191 ◦ blue 248

#B4BFF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #B4BFF8

Tints of Perano #B4BFF8

RGB

 RED value IS 180 (70.7% from 255) = 29.08%

 GREEN value IS 191 (75% from 255) = 30.86%

 BLUE value IS 248 (97.27% from 255) = 40.06%

R = 29.08%
G = 30.86%
B = 40.06%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4BFF8 (or 0xB4BFF8) is known color: Perano. HEX triplet: B4, BF and F8. RGB value is (180,191,248). Sum of RGB (Red+Green+Blue) = 180+191+248=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4BFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFF8 is #4B4007. Grayscale: #C1C1C1. Windows color (decimal): -4931592 or 16302004. OLE color: 16302004.

HSL color Cylindrical-coordinate representation of color #B4BFF8: hue angle of 230.29º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4BFF8 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 191 248 -
CMYK 0.27 0.23 0 0.03
HSL 230.29º 0.83% 0.84% -
HSV(B) 230.29º 0.27% 0.97% -
XYZ 54.4 53.74 96.31 -
YUV 194.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 180 191 248 0.27 0.23 0 0.03 230.29 0.83 0.84
Hex B4 BF F8 1B 17 0 3 E6 53 54
Octal 264 277 370 33 27 0 3 346 123 124
Binary 10110100 10111111 11111000 11011 10111 0 11 11100110 1010011 1010100

Color Harmonies of #B4BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFF8

Black with #B4BFF8

Text Example


Text Example

White with #B4BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFF8; }

 p { color: rgb(180,191,248); }

 H1.HeaderClassName
 {
   color: #B4BFF8;
 }
 .AnyTagClassName
 {
   color: #B4BFF8;
 }
</style>

background-color css

<style>
 a { background-color: #B4BFF8; }

 a { background-color: rgb(180,191,248); }

 div.DivClassName
 {
   background-color: #B4BFF8;
 }
 .BgClassName
 {
   background-color: #B4BFF8;
 }
</style>

border-color css

<style>
 span { border-color: #B4BFF8; }

 span { border-color: rgb(180,191,248); }

 td.TdClassName
 {
   border-color: #B4BFF8;
 }
 .TagClassName
 {
   border-color: #B4BFF8;
 }
</style>