Html Css Color HEX #B4DFE5 Powder Blue

📋 copy color: '#B4DFE5'

red 180 ◦ green 223 ◦ blue 229

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

Shades of Powder Blue #B4DFE5

Tints of Powder Blue #B4DFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 28.48%
G = 35.28%
B = 36.23%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B4DFE5 (or 0xB4DFE5) is known color: Powder Blue. HEX triplet: B4, DF and E5. RGB value is (180,223,229). Sum of RGB (Red+Green+Blue) = 180+223+229=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #B4DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFE5 is #4B201A. Grayscale: #D2D2D2. Windows color (decimal): -4923419 or 15065012. OLE color: 15065012.

HSL color Cylindrical-coordinate representation of color #B4DFE5: hue angle of 187.35º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4DFE5 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 223 229 -
CMYK 0.21 0.03 0 0.10
HSL 187.35º 0.49% 0.8% -
HSV(B) 187.35º 0.21% 0.9% -
XYZ 59.35 68.14 84.15 -
YUV 210.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 180 223 229 0.21 0.03 0 0.10 187.35 0.49 0.8
Hex B4 DF E5 15 3 0 A BB 31 50
Octal 264 337 345 25 3 0 12 273 61 120
Binary 10110100 11011111 11100101 10101 11 0 1010 10111011 110001 1010000

Color Harmonies of #B4DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFE5

Black with #B4DFE5

Text Example


Text Example

White with #B4DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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