Html Css Color HEX #B6E0EB Powder Blue

📋 copy color: '#B6E0EB'

red 182 ◦ green 224 ◦ blue 235

#B6E0EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #B6E0EB

Tints of Powder Blue #B6E0EB

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 value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6E0EB (or 0xB6E0EB) is known color: 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

RGB 182 224 235 -
CMYK 0.23 0.05 0 0.08
HSL 192.45º 0.57% 0.82% -
HSV(B) 192.45º 0.23% 0.92% -
XYZ 60.94 69.25 88.75 -
YUV 212.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 182 224 235 0.23 0.05 0 0.08 192.45 0.57 0.82
Hex B6 E0 EB 17 5 0 8 C0 39 52
Octal 266 340 353 27 5 0 10 300 71 122
Binary 10110110 11100000 11101011 10111 101 0 1000 11000000 111001 1010010

Color Harmonies of #B6E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E0EB

Black with #B6E0EB

Text Example


Text Example

White with #B6E0EB

Text Example


Text Example

HTML Codes & Css Web 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>