#B9BBEF

Color #B9BBEF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B9BBEF

Tints of Perano #B9BBEF

Color information

#B9BBEF (or 0xB9BBEF) is unknown color: approx 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

RGB185187239-
CMYK0.230.2200.06
HSL237.78º62.79%83.14%-
HSV(B)237.78º22.59%93.73%-
XYZ53.3652.0988.9-
YUV192.33154.34122.77-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851872390.230.2200.06237.7862.7983.14
HexB9BBEF171606ee3f53
Octal27127335727260635677123
Binary10111001101110111110111110111101100110111011101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>