Html Css Color HEX #B1E2EA Powder Blue

📋 copy color: '#B1E2EA'

red 177 ◦ green 226 ◦ blue 234

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

Shades of Powder Blue #B1E2EA

Tints of Powder Blue #B1E2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.48%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 27.79%
G = 35.48%
B = 36.73%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1E2EA (or 0xB1E2EA) is known color: Powder Blue. HEX triplet: B1, E2 and EA. RGB value is (177,226,234). Sum of RGB (Red+Green+Blue) = 177+226+234=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2EA is #4E1D15. Grayscale: #D4D4D4. Windows color (decimal): -5119254 or 15393457. OLE color: 15393457.

HSL color Cylindrical-coordinate representation of color #B1E2EA: hue angle of 188.42º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E2EA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 226 234 -
CMYK 0.24 0.03 0 0.08
HSL 188.42º 0.58% 0.81% -
HSV(B) 188.42º 0.24% 0.92% -
XYZ 60.18 69.68 88.12 -
YUV 212.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 177 226 234 0.24 0.03 0 0.08 188.42 0.58 0.81
Hex B1 E2 EA 18 3 0 8 BC 3A 51
Octal 261 342 352 30 3 0 10 274 72 121
Binary 10110001 11100010 11101010 11000 11 0 1000 10111100 111010 1010001

Color Harmonies of #B1E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E2EA

Black with #B1E2EA

Text Example


Text Example

White with #B1E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E2EA; }

 p { color: rgb(177,226,234); }

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

background-color css

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

 a { background-color: rgb(177,226,234); }

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

border-color css

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

 span { border-color: rgb(177,226,234); }

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