#B9BCEE

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

Shades of Perano #B9BCEE

Tints of Perano #B9BCEE

Color information

#B9BCEE (or 0xB9BCEE) is unknown color: approx Perano. HEX triplet: B9, BC and EE. RGB value is (185,188,238). Sum of RGB (Red+Green+Blue) = 185+188+238=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCEE is #464311. Grayscale: #C0C0C0. Windows color (decimal): -4604690 or 15645881. OLE color: 15645881.

HSL color Cylindrical-coordinate representation of color #B9BCEE: hue angle of 236.6º degrees, saturation: 0.61, 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 #B9BCEE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185188238-
CMYK0.220.2100.07
HSL236.6º60.92%82.94%-
HSV(B)236.6º22.27%93.33%-
XYZ53.4252.4588.2-
YUV192.8153.51122.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=30.28%
G=30.77%
B=38.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851882380.220.2100.07236.660.9282.94
HexB9BCEE161507ed3d53
Octal27127435626250735575123
Binary10111001101111001110111010110101010111111011011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCEE; }

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

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

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

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

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

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

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

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