Html Css Color HEX #B4DCDE Powder Blue

📋 copy color: '#B4DCDE'

red 180 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #B4DCDE

Tints of Powder Blue #B4DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.37%

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

R = 28.94%
G = 35.37%
B = 35.69%

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

#B4DCDE (or 0xB4DCDE) is known color: Powder Blue. HEX triplet: B4, DC and DE. RGB value is (180,220,222). Sum of RGB (Red+Green+Blue) = 180+220+222=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDE is #4B2321. Grayscale: #D0D0D0. Windows color (decimal): -4924194 or 14605492. OLE color: 14605492.

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

Color convert

RGB 180 220 222 -
CMYK 0.19 0.01 0 0.13
HSL 182.86º 0.39% 0.79% -
HSV(B) 182.86º 0.19% 0.87% -
XYZ 57.6 66.16 78.84 -
YUV 208.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 180 220 222 0.19 0.01 0 0.13 182.86 0.39 0.79
Hex B4 DC DE 13 1 0 D B7 27 4F
Octal 264 334 336 23 1 0 15 267 47 117
Binary 10110100 11011100 11011110 10011 1 0 1101 10110111 100111 1001111

Color Harmonies of #B4DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCDE

Black with #B4DCDE

Text Example


Text Example

White with #B4DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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