Html Css Color HEX #B8D9DD Powder Blue

📋 copy color: '#B8D9DD'

red 184 ◦ green 217 ◦ blue 221

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

Shades of Powder Blue #B8D9DD

Tints of Powder Blue #B8D9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.89%

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 29.58%
G = 34.89%
B = 35.53%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8D9DD (or 0xB8D9DD) is known color: Powder Blue. HEX triplet: B8, D9 and DD. RGB value is (184,217,221). Sum of RGB (Red+Green+Blue) = 184+217+221=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9DD is #472622. Grayscale: #CFCFCF. Windows color (decimal): -4662819 or 14539192. OLE color: 14539192.

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

Color convert

RGB 184 217 221 -
CMYK 0.17 0.02 0 0.13
HSL 186.49º 0.35% 0.79% -
HSV(B) 186.49º 0.17% 0.87% -
XYZ 57.63 65.04 77.92 -
YUV 207.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 184 217 221 0.17 0.02 0 0.13 186.49 0.35 0.79
Hex B8 D9 DD 11 2 0 D BA 23 4F
Octal 270 331 335 21 2 0 15 272 43 117
Binary 10111000 11011001 11011101 10001 10 0 1101 10111010 100011 1001111

Color Harmonies of #B8D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9DD

Black with #B8D9DD

Text Example


Text Example

White with #B8D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9DD; }

 p { color: rgb(184,217,221); }

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

background-color css

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

 a { background-color: rgb(184,217,221); }

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

border-color css

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

 span { border-color: rgb(184,217,221); }

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