#B6E1EB

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

Shades of Powder Blue #B6E1EB

Tints of Powder Blue #B6E1EB

Color information

#B6E1EB (or 0xB6E1EB) is unknown color: approx Powder Blue. HEX triplet: B6, E1 and EB. RGB value is (182,225,235). Sum of RGB (Red+Green+Blue) = 182+225+235=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1EB is #491E14. Grayscale: #D5D5D5. Windows color (decimal): -4791829 or 15458742. OLE color: 15458742.

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

Color convert

RGB182225235-
CMYK0.230.0400.08
HSL191.32º56.99%81.76%-
HSV(B)191.32º22.55%92.16%-
XYZ61.2169.7988.84-
YUV213.28140.25105.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.35%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=28.35%
G=35.05%
B=36.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822252350.230.0400.08191.3256.9981.76
HexB6E1EB17408bf3952
Octal26634135327401027771122
Binary1011011011100001111010111011110001000101111111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1EB; }

 p { color: rgb(182,225,235); }

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

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

 a { background-color: rgb(182,225,235); }

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

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

 span { border-color: rgb(182,225,235); }

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