#B9CBFC

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

Shades of Periwinkle #B9CBFC

Tints of Periwinkle #B9CBFC

Color information

#B9CBFC (or 0xB9CBFC) is unknown color: approx Periwinkle. HEX triplet: B9, CB and FC. RGB value is (185,203,252). Sum of RGB (Red+Green+Blue) = 185+203+252=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBFC is #463403. Grayscale: #CACACA. Windows color (decimal): -4600836 or 16567225. OLE color: 16567225.

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

Color convert

RGB185203252-
CMYK0.270.1900.01
HSL223.88º91.78%85.69%-
HSV(B)223.88º26.59%98.82%-
XYZ58.9360.05100.58-
YUV203.2155.54115.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=28.91%
G=31.72%
B=39.38%

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
Decimal1852032520.270.1900.01223.8891.7885.69
HexB9CBFC1B1301e05c56
Octal271313374332301340134126
Binary1011100111001011111111001101110011011110000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBFC; }

 p { color: rgb(185,203,252); }

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

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

 a { background-color: rgb(185,203,252); }

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

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

 span { border-color: rgb(185,203,252); }

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