#B9C7EB

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

Shades of Periwinkle #B9C7EB

Tints of Periwinkle #B9C7EB

Color information

#B9C7EB (or 0xB9C7EB) is unknown color: approx Periwinkle. HEX triplet: B9, C7 and EB. RGB value is (185,199,235). Sum of RGB (Red+Green+Blue) = 185+199+235=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C7EB is #463814. Grayscale: #C6C6C6. Windows color (decimal): -4601877 or 15452089. OLE color: 15452089.

HSL color Cylindrical-coordinate representation of color #B9C7EB: hue angle of 223.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C7EB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185199235-
CMYK0.210.1500.08
HSL223.2º55.56%82.35%-
HSV(B)223.2º21.28%92.16%-
XYZ55.4357.1686.71-
YUV198.92148.36118.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.89%
GREEN value IS 199 (78.12% from 255) = 32.15%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=29.89%
G=32.15%
B=37.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851992350.210.1500.08223.255.5682.35
HexB9C7EB15F08df3852
Octal271307353251701033770122
Binary10111001110001111110101110101111101000110111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7EB; }

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

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

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

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

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

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

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

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