#B9CCFD

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

Shades of Periwinkle #B9CCFD

Tints of Periwinkle #B9CCFD

Color information

#B9CCFD (or 0xB9CCFD) is unknown color: approx Periwinkle. HEX triplet: B9, CC and FD. RGB value is (185,204,253). Sum of RGB (Red+Green+Blue) = 185+204+253=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCFD is #463302. Grayscale: #CBCBCB. Windows color (decimal): -4600579 or 16633017. OLE color: 16633017.

HSL color Cylindrical-coordinate representation of color #B9CCFD: hue angle of 223.24º 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 #B9CCFD is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185204253-
CMYK0.270.1900.01
HSL223.24º94.44%85.88%-
HSV(B)223.24º26.88%99.22%-
XYZ59.3360.59101.5-
YUV203.9155.71114.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.82%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=28.82%
G=31.78%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852042530.270.1900.01223.2494.4485.88
HexB9CCFD1B1301df5e56
Octal271314375332301337136126
Binary1011100111001100111111011101110011011101111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCFD; }

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

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

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

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

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

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

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

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