Html Css Color HEX #B1E2EE Powder Blue

📋 copy color: '#B1E2EE'

red 177 ◦ green 226 ◦ blue 238

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

Shades of Powder Blue #B1E2EE

Tints of Powder Blue #B1E2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 27.61%
G = 35.26%
B = 37.13%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1E2EE (or 0xB1E2EE) is known color: Powder Blue. HEX triplet: B1, E2 and EE. RGB value is (177,226,238). Sum of RGB (Red+Green+Blue) = 177+226+238=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2EE is #4E1D11. Grayscale: #D4D4D4. Windows color (decimal): -5119250 or 15655601. OLE color: 15655601.

HSL color Cylindrical-coordinate representation of color #B1E2EE: hue angle of 191.8º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1E2EE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 226 238 -
CMYK 0.26 0.05 0 0.07
HSL 191.8º 0.64% 0.81% -
HSV(B) 191.8º 0.26% 0.93% -
XYZ 60.76 69.91 91.18 -
YUV 212.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 177 226 238 0.26 0.05 0 0.07 191.8 0.64 0.81
Hex B1 E2 EE 1A 5 0 7 C0 40 51
Octal 261 342 356 32 5 0 7 300 100 121
Binary 10110001 11100010 11101110 11010 101 0 111 11000000 1000000 1010001

Color Harmonies of #B1E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E2EE

Black with #B1E2EE

Text Example


Text Example

White with #B1E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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