#B9CCF3

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

Shades of Periwinkle #B9CCF3

Tints of Periwinkle #B9CCF3

Color information

#B9CCF3 (or 0xB9CCF3) is unknown color: approx Periwinkle. HEX triplet: B9, CC and F3. RGB value is (185,204,243). Sum of RGB (Red+Green+Blue) = 185+204+243=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCF3 is #46330C. Grayscale: #CACACA. Windows color (decimal): -4600589 or 15977657. OLE color: 15977657.

HSL color Cylindrical-coordinate representation of color #B9CCF3: hue angle of 220.34º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9CCF3 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185204243-
CMYK0.240.1600.05
HSL220.34º70.73%83.92%-
HSV(B)220.34º23.87%95.29%-
XYZ57.7859.9793.32-
YUV202.76150.71115.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=29.27%
G=32.28%
B=38.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852042430.240.1600.05220.3470.7383.92
HexB9CCF3181005dc4754
Octal271314363302005334107124
Binary101110011100110011110011110001000001011101110010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCF3; }

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

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

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

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

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

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

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

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