#B9CAFD

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

Shades of Periwinkle #B9CAFD

Tints of Periwinkle #B9CAFD

Color information

#B9CAFD (or 0xB9CAFD) is unknown color: approx Periwinkle. HEX triplet: B9, CA and FD. RGB value is (185,202,253). Sum of RGB (Red+Green+Blue) = 185+202+253=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CAFD is #463502. Grayscale: #CACACA. Windows color (decimal): -4601091 or 16632505. OLE color: 16632505.

HSL color Cylindrical-coordinate representation of color #B9CAFD: hue angle of 225º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CAFD is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185202253-
CMYK0.270.2000.01
HSL225º94.44%85.88%-
HSV(B)225º26.88%99.22%-
XYZ58.8659.65101.34-
YUV202.73156.37115.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=28.91%
G=31.56%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852022530.270.2000.0122594.4485.88
HexB9CAFD1B1401e15e56
Octal271312375332401341136126
Binary1011100111001010111111011101110100011110000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAFD; }

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

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

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

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

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

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

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

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