Html Css Color HEX #B1E2EB Powder Blue

📋 copy color: '#B1E2EB'

red 177 ◦ green 226 ◦ blue 235

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

Shades of Powder Blue #B1E2EB

Tints of Powder Blue #B1E2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.83%

R = 27.74%
G = 35.42%
B = 36.83%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1E2EB (or 0xB1E2EB) is known color: Powder Blue. HEX triplet: B1, E2 and EB. RGB value is (177,226,235). Sum of RGB (Red+Green+Blue) = 177+226+235=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2EB is #4E1D14. Grayscale: #D4D4D4. Windows color (decimal): -5119253 or 15458993. OLE color: 15458993.

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

Color convert

RGB 177 226 235 -
CMYK 0.25 0.04 0 0.08
HSL 189.31º 0.59% 0.81% -
HSV(B) 189.31º 0.25% 0.92% -
XYZ 60.32 69.74 88.88 -
YUV 212.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 177 226 235 0.25 0.04 0 0.08 189.31 0.59 0.81
Hex B1 E2 EB 19 4 0 8 BD 3B 51
Octal 261 342 353 31 4 0 10 275 73 121
Binary 10110001 11100010 11101011 11001 100 0 1000 10111101 111011 1010001

Color Harmonies of #B1E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E2EB

Black with #B1E2EB

Text Example


Text Example

White with #B1E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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