Html Css Color HEX #B0E1DE Powder Blue

📋 copy color: '#B0E1DE'

red 176 ◦ green 225 ◦ blue 222

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

Shades of Powder Blue #B0E1DE

Tints of Powder Blue #B0E1DE

RGB

 RED value IS 176 (69.14% from 255) = 28.25%

 GREEN value IS 225 (88.28% from 255) = 36.12%

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

R = 28.25%
G = 36.12%
B = 35.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#B0E1DE (or 0xB0E1DE) is known color: Powder Blue. HEX triplet: B0, E1 and DE. RGB value is (176,225,222). Sum of RGB (Red+Green+Blue) = 176+225+222=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1DE is #4F1E21. Grayscale: #D1D1D1. Windows color (decimal): -5185058 or 14606768. OLE color: 14606768.

HSL color Cylindrical-coordinate representation of color #B0E1DE: hue angle of 176.33º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1DE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 225 222 -
CMYK 0.22 0 0.01 0.12
HSL 176.33º 0.45% 0.79% -
HSV(B) 176.33º 0.22% 0.88% -
XYZ 58.01 68.35 79.24 -
YUV 210.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 176 225 222 0.22 0 0.01 0.12 176.33 0.45 0.79
Hex B0 E1 DE 16 0 1 C B0 2D 4F
Octal 260 341 336 26 0 1 14 260 55 117
Binary 10110000 11100001 11011110 10110 0 1 1100 10110000 101101 1001111

Color Harmonies of #B0E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E1DE

Black with #B0E1DE

Text Example


Text Example

White with #B0E1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E1DE; }

 p { color: rgb(176,225,222); }

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

background-color css

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

 a { background-color: rgb(176,225,222); }

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

border-color css

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

 span { border-color: rgb(176,225,222); }

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