#B6E0EB

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

Shades of Powder Blue #B6E0EB

Tints of Powder Blue #B6E0EB

Color information

#B6E0EB (or 0xB6E0EB) is unknown color: approx Powder Blue. HEX triplet: B6, E0 and EB. RGB value is (182,224,235). Sum of RGB (Red+Green+Blue) = 182+224+235=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E0EB is #491F14. Grayscale: #D4D4D4. Windows color (decimal): -4792085 or 15458486. OLE color: 15458486.

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

Color convert

RGB182224235-
CMYK0.230.0500.08
HSL192.45º56.99%81.76%-
HSV(B)192.45º22.55%92.16%-
XYZ60.9469.2588.75-
YUV212.7140.59106.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.39%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=28.39%
G=34.95%
B=36.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822242350.230.0500.08192.4556.9981.76
HexB6E0EB17508c03952
Octal26634035327501030071122
Binary1011011011100000111010111011110101000110000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E0EB; }

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

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

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

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

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

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

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

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