Html Css Color HEX #B1DEE9 Powder Blue

📋 copy color: '#B1DEE9'

red 177 ◦ green 222 ◦ blue 233

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

Shades of Powder Blue #B1DEE9

Tints of Powder Blue #B1DEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 28.01%
G = 35.13%
B = 36.87%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B1DEE9 (or 0xB1DEE9) is known color: Powder Blue. HEX triplet: B1, DE and E9. RGB value is (177,222,233). Sum of RGB (Red+Green+Blue) = 177+222+233=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #B1DEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEE9 is #4E2116. Grayscale: #D1D1D1. Windows color (decimal): -5120279 or 15326897. OLE color: 15326897.

HSL color Cylindrical-coordinate representation of color #B1DEE9: hue angle of 191.79º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1DEE9 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 222 233 -
CMYK 0.24 0.05 0 0.09
HSL 191.79º 0.56% 0.8% -
HSV(B) 191.79º 0.24% 0.91% -
XYZ 58.96 67.47 87.01 -
YUV 209.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 177 222 233 0.24 0.05 0 0.09 191.79 0.56 0.8
Hex B1 DE E9 18 5 0 9 C0 38 50
Octal 261 336 351 30 5 0 11 300 70 120
Binary 10110001 11011110 11101001 11000 101 0 1001 11000000 111000 1010000

Color Harmonies of #B1DEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEE9

Black with #B1DEE9

Text Example


Text Example

White with #B1DEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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