Html Css Color HEX #B8DEDC Powder Blue

📋 copy color: '#B8DEDC'

red 184 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #B8DEDC

Tints of Powder Blue #B8DEDC

RGB

 RED value IS 184 (72.27% from 255) = 29.39%

 GREEN value IS 222 (87.11% from 255) = 35.46%

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 29.39%
G = 35.46%
B = 35.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B8DEDC (or 0xB8DEDC) is known color: Powder Blue. HEX triplet: B8, DE and DC. RGB value is (184,222,220). Sum of RGB (Red+Green+Blue) = 184+222+220=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEDC is #472123. Grayscale: #D2D2D2. Windows color (decimal): -4661540 or 14474936. OLE color: 14474936.

HSL color Cylindrical-coordinate representation of color #B8DEDC: hue angle of 176.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DEDC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 222 220 -
CMYK 0.17 0 0.01 0.13
HSL 176.84º 0.37% 0.8% -
HSV(B) 176.84º 0.17% 0.87% -
XYZ 58.81 67.6 77.66 -
YUV 210.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 184 222 220 0.17 0 0.01 0.13 176.84 0.37 0.8
Hex B8 DE DC 11 0 1 D B1 25 50
Octal 270 336 334 21 0 1 15 261 45 120
Binary 10111000 11011110 11011100 10001 0 1 1101 10110001 100101 1010000

Color Harmonies of #B8DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DEDC

Black with #B8DEDC

Text Example


Text Example

White with #B8DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DEDC; }

 p { color: rgb(184,222,220); }

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

background-color css

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

 a { background-color: rgb(184,222,220); }

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

border-color css

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

 span { border-color: rgb(184,222,220); }

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