#B9C6EB

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

Shades of Periwinkle #B9C6EB

Tints of Periwinkle #B9C6EB

Color information

#B9C6EB (or 0xB9C6EB) is unknown color: approx Periwinkle. HEX triplet: B9, C6 and EB. RGB value is (185,198,235). Sum of RGB (Red+Green+Blue) = 185+198+235=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6EB is #463914. Grayscale: #C6C6C6. Windows color (decimal): -4602133 or 15451833. OLE color: 15451833.

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

Color convert

RGB185198235-
CMYK0.210.1600.08
HSL224.4º55.56%82.35%-
HSV(B)224.4º21.28%92.16%-
XYZ55.256.786.63-
YUV198.33148.69118.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=29.94%
G=32.04%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851982350.210.1600.08224.455.5682.35
HexB9C6EB151008e03852
Octal271306353252001034070122
Binary101110011100011011101011101011000001000111000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6EB; }

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

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

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

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

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

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

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

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