Html Css Color HEX #B9BBEC Perano

📋 copy color: '#B9BBEC'

red 185 ◦ green 187 ◦ blue 236

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

Shades of Perano #B9BBEC

Tints of Perano #B9BBEC

RGB

 RED value IS 185 (72.66% from 255) = 30.43%

 GREEN value IS 187 (73.44% from 255) = 30.76%

 BLUE value IS 236 (92.58% from 255) = 38.82%

R = 30.43%
G = 30.76%
B = 38.82%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9BBEC (or 0xB9BBEC) is known color: Perano. HEX triplet: B9, BB and EC. RGB value is (185,187,236). Sum of RGB (Red+Green+Blue) = 185+187+236=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBEC is #464413. Grayscale: #BFBFBF. Windows color (decimal): -4604948 or 15514553. OLE color: 15514553.

HSL color Cylindrical-coordinate representation of color #B9BBEC: hue angle of 237.65º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BBEC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 187 236 -
CMYK 0.22 0.21 0 0.07
HSL 237.65º 0.57% 0.83% -
HSV(B) 237.65º 0.22% 0.93% -
XYZ 52.92 51.91 86.59 -
YUV 191.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 185 187 236 0.22 0.21 0 0.07 237.65 0.57 0.83
Hex B9 BB EC 16 15 0 7 EE 39 53
Octal 271 273 354 26 25 0 7 356 71 123
Binary 10111001 10111011 11101100 10110 10101 0 111 11101110 111001 1010011

Color Harmonies of #B9BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBEC

Black with #B9BBEC

Text Example


Text Example

White with #B9BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBEC; }

 p { color: rgb(185,187,236); }

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

background-color css

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

 a { background-color: rgb(185,187,236); }

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

border-color css

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

 span { border-color: rgb(185,187,236); }

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