Html Css Color HEX #B4DBDD Powder Blue

📋 copy color: '#B4DBDD'

red 180 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #B4DBDD

Tints of Powder Blue #B4DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 29.03%
G = 35.32%
B = 35.65%

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

#B4DBDD (or 0xB4DBDD) is known color: Powder Blue. HEX triplet: B4, DB and DD. RGB value is (180,219,221). Sum of RGB (Red+Green+Blue) = 180+219+221=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDD is #4B2422. Grayscale: #CFCFCF. Windows color (decimal): -4924451 or 14539700. OLE color: 14539700.

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

Color convert

RGB 180 219 221 -
CMYK 0.19 0.01 0 0.13
HSL 182.93º 0.38% 0.79% -
HSV(B) 182.93º 0.19% 0.87% -
XYZ 57.21 65.59 78.05 -
YUV 207.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 180 219 221 0.19 0.01 0 0.13 182.93 0.38 0.79
Hex B4 DB DD 13 1 0 D B7 26 4F
Octal 264 333 335 23 1 0 15 267 46 117
Binary 10110100 11011011 11011101 10011 1 0 1101 10110111 100110 1001111

Color Harmonies of #B4DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBDD

Black with #B4DBDD

Text Example


Text Example

White with #B4DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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