#B9CBF9

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

Shades of Periwinkle #B9CBF9

Tints of Periwinkle #B9CBF9

Color information

#B9CBF9 (or 0xB9CBF9) is unknown color: approx Periwinkle. HEX triplet: B9, CB and F9. RGB value is (185,203,249). Sum of RGB (Red+Green+Blue) = 185+203+249=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBF9 is #463406. Grayscale: #CACACA. Windows color (decimal): -4600839 or 16370617. OLE color: 16370617.

HSL color Cylindrical-coordinate representation of color #B9CBF9: hue angle of 223.12º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CBF9 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185203249-
CMYK0.260.1800.02
HSL223.12º84.21%85.1%-
HSV(B)223.12º25.7%97.65%-
XYZ58.4659.8798.1-
YUV202.86154.04115.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=29.04%
G=31.87%
B=39.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852032490.260.1800.02223.1284.2185.1
HexB9CBF91A1202df5455
Octal271313371322202337124125
Binary10111001110010111111100111010100100101101111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBF9; }

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

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

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

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

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

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

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

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