#B9CCFE

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

Shades of Periwinkle #B9CCFE

Tints of Periwinkle #B9CCFE

Color information

#B9CCFE (or 0xB9CCFE) is unknown color: approx Periwinkle. HEX triplet: B9, CC and FE. RGB value is (185,204,254). Sum of RGB (Red+Green+Blue) = 185+204+254=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCFE is #463301. Grayscale: #CBCBCB. Windows color (decimal): -4600578 or 16698553. OLE color: 16698553.

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

Color convert

RGB185204254-
CMYK0.270.2000.00
HSL223.48º97.18%86.08%-
HSV(B)223.48º27.17%99.61%-
XYZ59.4960.66102.34-
YUV204.02156.21114.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=28.77%
G=31.73%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852042540.270.2000.00223.4897.1886.08
HexB9CCFE1B1400df6156
Octal271314376332400337141126
Binary1011100111001100111111101101110100001101111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCFE; }

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

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

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

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

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

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

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

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