Html Css Color HEX #B1E0DF Powder Blue

📋 copy color: '#B1E0DF'

red 177 ◦ green 224 ◦ blue 223

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

Shades of Powder Blue #B1E0DF

Tints of Powder Blue #B1E0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 28.37%
G = 35.9%
B = 35.74%

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

#B1E0DF (or 0xB1E0DF) is known color: Powder Blue. HEX triplet: B1, E0 and DF. RGB value is (177,224,223). Sum of RGB (Red+Green+Blue) = 177+224+223=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E0DF is #4E1F20. Grayscale: #D1D1D1. Windows color (decimal): -5119777 or 14672049. OLE color: 14672049.

HSL color Cylindrical-coordinate representation of color #B1E0DF: hue angle of 178.72º degrees, saturation: 0.43, 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 #B1E0DF is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 224 223 -
CMYK 0.21 0 0.00 0.12
HSL 178.72º 0.43% 0.79% -
HSV(B) 178.72º 0.21% 0.88% -
XYZ 58.11 67.99 79.87 -
YUV 209.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 177 224 223 0.21 0 0.00 0.12 178.72 0.43 0.79
Hex B1 E0 DF 15 0 0 C B3 2B 4F
Octal 261 340 337 25 0 0 14 263 53 117
Binary 10110001 11100000 11011111 10101 0 0 1100 10110011 101011 1001111

Color Harmonies of #B1E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E0DF

Black with #B1E0DF

Text Example


Text Example

White with #B1E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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