#B6E7EE

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

Shades of Powder Blue #B6E7EE

Tints of Powder Blue #B6E7EE

Color information

#B6E7EE (or 0xB6E7EE) is unknown color: approx Powder Blue. HEX triplet: B6, E7 and EE. RGB value is (182,231,238). Sum of RGB (Red+Green+Blue) = 182+231+238=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6E7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E7EE is #491811. Grayscale: #D9D9D9. Windows color (decimal): -4790290 or 15656886. OLE color: 15656886.

HSL color Cylindrical-coordinate representation of color #B6E7EE: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6E7EE is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182231238-
CMYK0.240.0300.07
HSL187.5º62.22%82.35%-
HSV(B)187.5º23.53%93.33%-
XYZ63.373.2791.7-
YUV217.15139.77102.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.96%
GREEN value IS 231 (90.62% from 255) = 35.48%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=27.96%
G=35.48%
B=36.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822312380.240.0300.07187.562.2282.35
HexB6E7EE18307bc3e52
Octal2663473563030727476122
Binary10110110111001111110111011000110111101111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E7EE; }

 p { color: rgb(182,231,238); }

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

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

 a { background-color: rgb(182,231,238); }

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

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

 span { border-color: rgb(182,231,238); }

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