Html Css Color HEX #B1DEE5 Powder Blue

📋 copy color: '#B1DEE5'

red 177 ◦ green 222 ◦ blue 229

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

Shades of Powder Blue #B1DEE5

Tints of Powder Blue #B1DEE5

RGB

 RED value IS 177 (69.53% from 255) = 28.18%

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

 BLUE value IS 229 (89.84% from 255) = 36.46%

R = 28.18%
G = 35.35%
B = 36.46%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1DEE5 (or 0xB1DEE5) is known color: Powder Blue. HEX triplet: B1, DE and E5. RGB value is (177,222,229). Sum of RGB (Red+Green+Blue) = 177+222+229=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEE5 is #4E211A. Grayscale: #D1D1D1. Windows color (decimal): -5120283 or 15064753. OLE color: 15064753.

HSL color Cylindrical-coordinate representation of color #B1DEE5: hue angle of 188.08º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DEE5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 222 229 -
CMYK 0.23 0.03 0 0.10
HSL 188.08º 0.5% 0.8% -
HSV(B) 188.08º 0.23% 0.9% -
XYZ 58.4 67.25 84.03 -
YUV 209.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 177 222 229 0.23 0.03 0 0.10 188.08 0.5 0.8
Hex B1 DE E5 17 3 0 A BC 32 50
Octal 261 336 345 27 3 0 12 274 62 120
Binary 10110001 11011110 11100101 10111 11 0 1010 10111100 110010 1010000

Color Harmonies of #B1DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEE5

Black with #B1DEE5

Text Example


Text Example

White with #B1DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEE5; }

 p { color: rgb(177,222,229); }

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

background-color css

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

 a { background-color: rgb(177,222,229); }

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

border-color css

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

 span { border-color: rgb(177,222,229); }

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