#B9C5EF

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

Shades of Periwinkle #B9C5EF

Tints of Periwinkle #B9C5EF

Color information

#B9C5EF (or 0xB9C5EF) is unknown color: approx Periwinkle. HEX triplet: B9, C5 and EF. RGB value is (185,197,239). Sum of RGB (Red+Green+Blue) = 185+197+239=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9C5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C5EF is #463A10. Grayscale: #C6C6C6. Windows color (decimal): -4602385 or 15713721. OLE color: 15713721.

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

Color convert

RGB185197239-
CMYK0.230.1800.06
HSL226.67º62.79%83.14%-
HSV(B)226.67º22.59%93.73%-
XYZ55.5556.4889.63-
YUV198.2151.02118.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.79%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=29.79%
G=31.72%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851972390.230.1800.06226.6762.7983.14
HexB9C5EF171206e33f53
Octal27130535727220634377123
Binary10111001110001011110111110111100100110111000111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5EF; }

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

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

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

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

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

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

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

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