#B9CBEE

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

Shades of Periwinkle #B9CBEE

Tints of Periwinkle #B9CBEE

Color information

#B9CBEE (or 0xB9CBEE) is unknown color: approx Periwinkle. HEX triplet: B9, CB and EE. RGB value is (185,203,238). Sum of RGB (Red+Green+Blue) = 185+203+238=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBEE is #463411. Grayscale: #C9C9C9. Windows color (decimal): -4600850 or 15649721. OLE color: 15649721.

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

Color convert

RGB185203238-
CMYK0.220.1500.07
HSL219.62º60.92%82.94%-
HSV(B)219.62º22.27%93.33%-
XYZ56.859.289.32-
YUV201.61148.54116.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.55%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=29.55%
G=32.43%
B=38.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852032380.220.1500.07219.6260.9282.94
HexB9CBEE16F07dc3d53
Octal27131335626170733475123
Binary1011100111001011111011101011011110111110111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBEE; }

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

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

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

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

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

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

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

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