Html Css Color HEX #B8DFDE Powder Blue

📋 copy color: '#B8DFDE'

red 184 ◦ green 223 ◦ blue 222

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

Shades of Powder Blue #B8DFDE

Tints of Powder Blue #B8DFDE

RGB

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

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

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

R = 29.25%
G = 35.45%
B = 35.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#B8DFDE (or 0xB8DFDE) is known color: Powder Blue. HEX triplet: B8, DF and DE. RGB value is (184,223,222). Sum of RGB (Red+Green+Blue) = 184+223+222=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFDE is #472021. Grayscale: #D3D3D3. Windows color (decimal): -4661282 or 14606264. OLE color: 14606264.

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

Color convert

RGB 184 223 222 -
CMYK 0.17 0 0.00 0.13
HSL 178.46º 0.38% 0.8% -
HSV(B) 178.46º 0.17% 0.87% -
XYZ 59.34 68.24 79.15 -
YUV 211.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 184 223 222 0.17 0 0.00 0.13 178.46 0.38 0.8
Hex B8 DF DE 11 0 0 D B2 26 50
Octal 270 337 336 21 0 0 15 262 46 120
Binary 10111000 11011111 11011110 10001 0 0 1101 10110010 100110 1010000

Color Harmonies of #B8DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFDE

Black with #B8DFDE

Text Example


Text Example

White with #B8DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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