#B8C6EA

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

Shades of Periwinkle #B8C6EA

Tints of Periwinkle #B8C6EA

Color information

#B8C6EA (or 0xB8C6EA) is unknown color: approx Periwinkle. HEX triplet: B8, C6 and EA. RGB value is (184,198,234). Sum of RGB (Red+Green+Blue) = 184+198+234=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8C6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C6EA is #473915. Grayscale: #C5C5C5. Windows color (decimal): -4667670 or 15386296. OLE color: 15386296.

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

Color convert

RGB184198234-
CMYK0.210.1500.08
HSL223.2º54.35%81.96%-
HSV(B)223.2º21.37%91.76%-
XYZ54.8156.5285.86-
YUV197.92148.36118.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.87%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=29.87%
G=32.14%
B=37.99%

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
Decimal1841982340.210.1500.08223.254.3581.96
HexB8C6EA15F08df3652
Octal270306352251701033766122
Binary10111000110001101110101010101111101000110111111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C6EA; }

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

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

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

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

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

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

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

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