Html Css Color HEX #B4DFDE Powder Blue

📋 copy color: '#B4DFDE'

red 180 ◦ green 223 ◦ blue 222

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

Shades of Powder Blue #B4DFDE

Tints of Powder Blue #B4DFDE

RGB

 RED value IS 180 (70.7% from 255) = 28.8%

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

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

R = 28.8%
G = 35.68%
B = 35.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#B4DFDE (or 0xB4DFDE) is known color: Powder Blue. HEX triplet: B4, DF and DE. RGB value is (180,223,222). Sum of RGB (Red+Green+Blue) = 180+223+222=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFDE is #4B2021. Grayscale: #D1D1D1. Windows color (decimal): -4923426 or 14606260. OLE color: 14606260.

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

Color convert

RGB 180 223 222 -
CMYK 0.19 0 0.00 0.13
HSL 178.6º 0.4% 0.79% -
HSV(B) 178.6º 0.19% 0.87% -
XYZ 58.39 67.75 79.11 -
YUV 210.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 180 223 222 0.19 0 0.00 0.13 178.6 0.4 0.79
Hex B4 DF DE 13 0 0 D B3 28 4F
Octal 264 337 336 23 0 0 15 263 50 117
Binary 10110100 11011111 11011110 10011 0 0 1101 10110011 101000 1001111

Color Harmonies of #B4DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFDE

Black with #B4DFDE

Text Example


Text Example

White with #B4DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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