#B9CAFA

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

Shades of Periwinkle #B9CAFA

Tints of Periwinkle #B9CAFA

Color information

#B9CAFA (or 0xB9CAFA) is unknown color: approx Periwinkle. HEX triplet: B9, CA and FA. RGB value is (185,202,250). Sum of RGB (Red+Green+Blue) = 185+202+250=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CAFA is #463505. Grayscale: #CACACA. Windows color (decimal): -4601094 or 16435897. OLE color: 16435897.

HSL color Cylindrical-coordinate representation of color #B9CAFA: hue angle of 224.31º degrees, saturation: 0.87, 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 #B9CAFA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185202250-
CMYK0.260.1900.02
HSL224.31º86.67%85.29%-
HSV(B)224.31º26%98.04%-
XYZ58.3859.4698.84-
YUV202.39154.87115.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=29.04%
G=31.71%
B=39.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852022500.260.1900.02224.3186.6785.29
HexB9CAFA1A1302e05755
Octal271312372322302340127125
Binary10111001110010101111101011010100110101110000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAFA; }

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

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

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

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

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

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

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

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