Html Css Color HEX #B1DEE8 Powder Blue

📋 copy color: '#B1DEE8'

red 177 ◦ green 222 ◦ blue 232

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

Shades of Powder Blue #B1DEE8

Tints of Powder Blue #B1DEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.77%

R = 28.05%
G = 35.18%
B = 36.77%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B1DEE8 (or 0xB1DEE8) is known color: Powder Blue. HEX triplet: B1, DE and E8. RGB value is (177,222,232). Sum of RGB (Red+Green+Blue) = 177+222+232=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #B1DEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEE8 is #4E2117. Grayscale: #D1D1D1. Windows color (decimal): -5120280 or 15261361. OLE color: 15261361.

HSL color Cylindrical-coordinate representation of color #B1DEE8: hue angle of 190.91º degrees, saturation: 0.54, 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 #B1DEE8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 222 232 -
CMYK 0.24 0.04 0 0.09
HSL 190.91º 0.54% 0.8% -
HSV(B) 190.91º 0.24% 0.91% -
XYZ 58.82 67.42 86.26 -
YUV 209.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 177 222 232 0.24 0.04 0 0.09 190.91 0.54 0.8
Hex B1 DE E8 18 4 0 9 BF 36 50
Octal 261 336 350 30 4 0 11 277 66 120
Binary 10110001 11011110 11101000 11000 100 0 1001 10111111 110110 1010000

Color Harmonies of #B1DEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DEE8

Black with #B1DEE8

Text Example


Text Example

White with #B1DEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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