Html Css Color HEX #B8DFDD Powder Blue

📋 copy color: '#B8DFDD'

red 184 ◦ green 223 ◦ blue 221

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

Shades of Powder Blue #B8DFDD

Tints of Powder Blue #B8DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.51%

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

R = 29.3%
G = 35.51%
B = 35.19%

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

#B8DFDD (or 0xB8DFDD) is known color: Powder Blue. HEX triplet: B8, DF and DD. RGB value is (184,223,221). Sum of RGB (Red+Green+Blue) = 184+223+221=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFDD is #472022. Grayscale: #D3D3D3. Windows color (decimal): -4661283 or 14540728. OLE color: 14540728.

HSL color Cylindrical-coordinate representation of color #B8DFDD: hue angle of 176.92º degrees, saturation: 0.38, 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 #B8DFDD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 223 221 -
CMYK 0.17 0 0.01 0.13
HSL 176.92º 0.38% 0.8% -
HSV(B) 176.92º 0.17% 0.87% -
XYZ 59.21 68.19 78.45 -
YUV 211.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 184 223 221 0.17 0 0.01 0.13 176.92 0.38 0.8
Hex B8 DF DD 11 0 1 D B1 26 50
Octal 270 337 335 21 0 1 15 261 46 120
Binary 10111000 11011111 11011101 10001 0 1 1101 10110001 100110 1010000

Color Harmonies of #B8DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFDD

Black with #B8DFDD

Text Example


Text Example

White with #B8DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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