#B9BCEB

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

Shades of Perano #B9BCEB

Tints of Perano #B9BCEB

Color information

#B9BCEB (or 0xB9BCEB) is unknown color: approx Perano. HEX triplet: B9, BC and EB. RGB value is (185,188,235). Sum of RGB (Red+Green+Blue) = 185+188+235=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCEB is #464314. Grayscale: #C0C0C0. Windows color (decimal): -4604693 or 15449273. OLE color: 15449273.

HSL color Cylindrical-coordinate representation of color #B9BCEB: hue angle of 236.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BCEB is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185188235-
CMYK0.210.200.08
HSL236.4º55.56%82.35%-
HSV(B)236.4º21.28%92.16%-
XYZ52.9952.2885.9-
YUV192.46152.01122.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=30.43%
G=30.92%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851882350.210.200.08236.455.5682.35
HexB9BCEB151408ec3852
Octal271274353252401035470122
Binary101110011011110011101011101011010001000111011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCEB; }

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

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

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

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

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

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

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

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