#B9CAF7

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

Shades of Periwinkle #B9CAF7

Tints of Periwinkle #B9CAF7

Color information

#B9CAF7 (or 0xB9CAF7) is unknown color: approx Periwinkle. HEX triplet: B9, CA and F7. RGB value is (185,202,247). Sum of RGB (Red+Green+Blue) = 185+202+247=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CAF7 is #463508. Grayscale: #C9C9C9. Windows color (decimal): -4601097 or 16239289. OLE color: 16239289.

HSL color Cylindrical-coordinate representation of color #B9CAF7: hue angle of 223.55º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CAF7 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185202247-
CMYK0.250.1800.03
HSL223.55º79.49%84.71%-
HSV(B)223.55º25.1%96.86%-
XYZ57.9259.2796.38-
YUV202.05153.37115.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 247 (96.88% from 255) = 38.96%
R=29.18%
G=31.86%
B=38.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852022470.250.1800.03223.5579.4984.71
HexB9CAF7191203e04f55
Octal271312367312203340117125
Binary10111001110010101111011111001100100111110000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAF7; }

 p { color: rgb(185,202,247); }

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

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

 a { background-color: rgb(185,202,247); }

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

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

 span { border-color: rgb(185,202,247); }

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