Html Css Color HEX #B6D8DE Powder Blue

📋 copy color: '#B6D8DE'

red 182 ◦ green 216 ◦ blue 222

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

Shades of Powder Blue #B6D8DE

Tints of Powder Blue #B6D8DE

RGB

 RED value IS 182 (71.48% from 255) = 29.35%

 GREEN value IS 216 (84.77% from 255) = 34.84%

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 29.35%
G = 34.84%
B = 35.81%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6D8DE (or 0xB6D8DE) is known color: Powder Blue. HEX triplet: B6, D8 and DE. RGB value is (182,216,222). Sum of RGB (Red+Green+Blue) = 182+216+222=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8DE is #492721. Grayscale: #CECECE. Windows color (decimal): -4794146 or 14604470. OLE color: 14604470.

HSL color Cylindrical-coordinate representation of color #B6D8DE: hue angle of 189º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6D8DE is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 216 222 -
CMYK 0.18 0.03 0 0.13
HSL 189º 0.38% 0.79% -
HSV(B) 189º 0.18% 0.87% -
XYZ 57.03 64.33 78.52 -
YUV 206.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 182 216 222 0.18 0.03 0 0.13 189 0.38 0.79
Hex B6 D8 DE 12 3 0 D BD 26 4F
Octal 266 330 336 22 3 0 15 275 46 117
Binary 10110110 11011000 11011110 10010 11 0 1101 10111101 100110 1001111

Color Harmonies of #B6D8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D8DE

Black with #B6D8DE

Text Example


Text Example

White with #B6D8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D8DE; }

 p { color: rgb(182,216,222); }

 H1.HeaderClassName
 {
   color: #B6D8DE;
 }
 .AnyTagClassName
 {
   color: #B6D8DE;
 }
</style>

background-color css

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

 a { background-color: rgb(182,216,222); }

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

border-color css

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

 span { border-color: rgb(182,216,222); }

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