Html Css Color HEX #B0DEE1 Powder Blue

📋 copy color: '#B0DEE1'

red 176 ◦ green 222 ◦ blue 225

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

Shades of Powder Blue #B0DEE1

Tints of Powder Blue #B0DEE1

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 176 222 225 -
CMYK 0.22 0.01 0 0.12
HSL 183.67º 0.45% 0.79% -
HSV(B) 183.67º 0.22% 0.88% -
XYZ 57.62 66.91 81.11 -
YUV 208.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 176 222 225 0.22 0.01 0 0.12 183.67 0.45 0.79
Hex B0 DE E1 16 1 0 C B8 2D 4F
Octal 260 336 341 26 1 0 14 270 55 117
Binary 10110000 11011110 11100001 10110 1 0 1100 10111000 101101 1001111

Color Harmonies of #B0DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEE1

Black with #B0DEE1

Text Example


Text Example

White with #B0DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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