Html Css Color HEX #B1E1E0 Powder Blue

📋 copy color: '#B1E1E0'

red 177 ◦ green 225 ◦ blue 224

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

Shades of Powder Blue #B1E1E0

Tints of Powder Blue #B1E1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.78%

R = 28.27%
G = 35.94%
B = 35.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#B1E1E0 (or 0xB1E1E0) is known color: Powder Blue. HEX triplet: B1, E1 and E0. RGB value is (177,225,224). Sum of RGB (Red+Green+Blue) = 177+225+224=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1E0 is #4E1E1F. Grayscale: #D2D2D2. Windows color (decimal): -5119520 or 14737841. OLE color: 14737841.

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

Color convert

RGB 177 225 224 -
CMYK 0.21 0 0.00 0.12
HSL 178.75º 0.44% 0.79% -
HSV(B) 178.75º 0.21% 0.88% -
XYZ 58.51 68.58 80.67 -
YUV 210.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 177 225 224 0.21 0 0.00 0.12 178.75 0.44 0.79
Hex B1 E1 E0 15 0 0 C B3 2C 4F
Octal 261 341 340 25 0 0 14 263 54 117
Binary 10110001 11100001 11100000 10101 0 0 1100 10110011 101100 1001111

Color Harmonies of #B1E1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E1E0

Black with #B1E1E0

Text Example


Text Example

White with #B1E1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E1E0; }

 p { color: rgb(177,225,224); }

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

background-color css

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

 a { background-color: rgb(177,225,224); }

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

border-color css

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

 span { border-color: rgb(177,225,224); }

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