Html Css Color HEX #B4DBDE Powder Blue

📋 copy color: '#B4DBDE'

red 180 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #B4DBDE

Tints of Powder Blue #B4DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

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

R = 28.99%
G = 35.27%
B = 35.75%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4DBDE (or 0xB4DBDE) is known color: Powder Blue. HEX triplet: B4, DB and DE. RGB value is (180,219,222). Sum of RGB (Red+Green+Blue) = 180+219+222=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDE is #4B2421. Grayscale: #CFCFCF. Windows color (decimal): -4924450 or 14605236. OLE color: 14605236.

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

Color convert

RGB 180 219 222 -
CMYK 0.19 0.01 0 0.13
HSL 184.29º 0.39% 0.79% -
HSV(B) 184.29º 0.19% 0.87% -
XYZ 57.34 65.64 78.76 -
YUV 207.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 180 219 222 0.19 0.01 0 0.13 184.29 0.39 0.79
Hex B4 DB DE 13 1 0 D B8 27 4F
Octal 264 333 336 23 1 0 15 270 47 117
Binary 10110100 11011011 11011110 10011 1 0 1101 10111000 100111 1001111

Color Harmonies of #B4DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBDE

Black with #B4DBDE

Text Example


Text Example

White with #B4DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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