Html Css Color HEX #B9BBEF Perano

📋 copy color: '#B9BBEF'

red 185 ◦ green 187 ◦ blue 239

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

Shades of Perano #B9BBEF

Tints of Perano #B9BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 30.28%
G = 30.61%
B = 39.12%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9BBEF (or 0xB9BBEF) is known color: Perano. HEX triplet: B9, BB and EF. RGB value is (185,187,239). Sum of RGB (Red+Green+Blue) = 185+187+239=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBEF is #464410. Grayscale: #C0C0C0. Windows color (decimal): -4604945 or 15711161. OLE color: 15711161.

HSL color Cylindrical-coordinate representation of color #B9BBEF: hue angle of 237.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BBEF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 187 239 -
CMYK 0.23 0.22 0 0.06
HSL 237.78º 0.63% 0.83% -
HSV(B) 237.78º 0.23% 0.94% -
XYZ 53.36 52.09 88.9 -
YUV 192.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 185 187 239 0.23 0.22 0 0.06 237.78 0.63 0.83
Hex B9 BB EF 17 16 0 6 EE 3F 53
Octal 271 273 357 27 26 0 6 356 77 123
Binary 10111001 10111011 11101111 10111 10110 0 110 11101110 111111 1010011

Color Harmonies of #B9BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBEF

Black with #B9BBEF

Text Example


Text Example

White with #B9BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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