#B9C6EA

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

Shades of Periwinkle #B9C6EA

Tints of Periwinkle #B9C6EA

Color information

#B9C6EA (or 0xB9C6EA) is unknown color: approx Periwinkle. HEX triplet: B9, C6 and EA. RGB value is (185,198,234). Sum of RGB (Red+Green+Blue) = 185+198+234=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9C6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6EA is #463915. Grayscale: #C6C6C6. Windows color (decimal): -4602134 or 15386297. OLE color: 15386297.

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

Color convert

RGB185198234-
CMYK0.210.1500.08
HSL224.08º53.85%82.16%-
HSV(B)224.08º20.94%91.76%-
XYZ55.0556.6485.87-
YUV198.22148.19118.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=29.98%
G=32.09%
B=37.93%

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
Decimal1851982340.210.1500.08224.0853.8582.16
HexB9C6EA15F08e03652
Octal271306352251701034066122
Binary10111001110001101110101010101111101000111000001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6EA; }

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

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

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

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

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

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

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

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