#B9BCEF

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

Shades of Perano #B9BCEF

Tints of Perano #B9BCEF

Color information

#B9BCEF (or 0xB9BCEF) is unknown color: approx Perano. HEX triplet: B9, BC and EF. RGB value is (185,188,239). Sum of RGB (Red+Green+Blue) = 185+188+239=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCEF is #464310. Grayscale: #C0C0C0. Windows color (decimal): -4604689 or 15711417. OLE color: 15711417.

HSL color Cylindrical-coordinate representation of color #B9BCEF: hue angle of 236.67º 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 #B9BCEF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185188239-
CMYK0.230.2100.06
HSL236.67º62.79%83.14%-
HSV(B)236.67º22.59%93.73%-
XYZ53.5752.5188.97-
YUV192.92154.01122.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=30.23%
G=30.72%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851882390.230.2100.06236.6762.7983.14
HexB9BCEF171506ed3f53
Octal27127435727250635577123
Binary10111001101111001110111110111101010110111011011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCEF; }

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

 H1.HeaderClassName
 {
   color: #B9BCEF;
 }
 .AnyTagClassName
 {
   color: #B9BCEF;
 }
</style>
background-color css

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

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

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

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

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

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