Html Css Color HEX #B4D8DE Powder Blue

📋 copy color: '#B4D8DE'

red 180 ◦ green 216 ◦ blue 222

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

Shades of Powder Blue #B4D8DE

Tints of Powder Blue #B4D8DE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.95%

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

R = 29.13%
G = 34.95%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4D8DE (or 0xB4D8DE) is known color: Powder Blue. HEX triplet: B4, D8 and DE. RGB value is (180,216,222). Sum of RGB (Red+Green+Blue) = 180+216+222=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8DE is #4B2721. Grayscale: #CDCDCD. Windows color (decimal): -4925218 or 14604468. OLE color: 14604468.

HSL color Cylindrical-coordinate representation of color #B4D8DE: hue angle of 188.57º degrees, saturation: 0.39, 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 #B4D8DE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 216 222 -
CMYK 0.19 0.03 0 0.13
HSL 188.57º 0.39% 0.79% -
HSV(B) 188.57º 0.19% 0.87% -
XYZ 56.56 64.09 78.5 -
YUV 205.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 180 216 222 0.19 0.03 0 0.13 188.57 0.39 0.79
Hex B4 D8 DE 13 3 0 D BD 27 4F
Octal 264 330 336 23 3 0 15 275 47 117
Binary 10110100 11011000 11011110 10011 11 0 1101 10111101 100111 1001111

Color Harmonies of #B4D8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D8DE

Black with #B4D8DE

Text Example


Text Example

White with #B4D8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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