#B9C8EB

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

Shades of Periwinkle #B9C8EB

Tints of Periwinkle #B9C8EB

Color information

#B9C8EB (or 0xB9C8EB) is unknown color: approx Periwinkle. HEX triplet: B9, C8 and EB. RGB value is (185,200,235). Sum of RGB (Red+Green+Blue) = 185+200+235=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C8EB is #463714. Grayscale: #C7C7C7. Windows color (decimal): -4601621 or 15452345. OLE color: 15452345.

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

Color convert

RGB185200235-
CMYK0.210.1500.08
HSL222º55.56%82.35%-
HSV(B)222º21.28%92.16%-
XYZ55.6657.6286.79-
YUV199.5148.03117.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.84%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=29.84%
G=32.26%
B=37.90%

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
Decimal1852002350.210.1500.0822255.5682.35
HexB9C8EB15F08de3852
Octal271310353251701033670122
Binary10111001110010001110101110101111101000110111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8EB; }

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

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

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

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

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

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

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

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