#B9C7FC

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

Shades of Periwinkle #B9C7FC

Tints of Periwinkle #B9C7FC

Color information

#B9C7FC (or 0xB9C7FC) is unknown color: approx Periwinkle. HEX triplet: B9, C7 and FC. RGB value is (185,199,252). Sum of RGB (Red+Green+Blue) = 185+199+252=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C7FC is #463803. Grayscale: #C8C8C8. Windows color (decimal): -4601860 or 16566201. OLE color: 16566201.

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

Color convert

RGB185199252-
CMYK0.270.2100.01
HSL227.46º91.78%85.69%-
HSV(B)227.46º26.59%98.82%-
XYZ5858.19100.27-
YUV200.86156.86116.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.09%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=29.09%
G=31.29%
B=39.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851992520.270.2100.01227.4691.7885.69
HexB9C7FC1B1501e35c56
Octal271307374332501343134126
Binary1011100111000111111111001101110101011110001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7FC; }

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

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

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

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

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

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

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

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