Html Css Color HEX #B1E4F2 Powder Blue

📋 copy color: '#B1E4F2'

red 177 ◦ green 228 ◦ blue 242

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

Shades of Powder Blue #B1E4F2

Tints of Powder Blue #B1E4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.24%

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 27.36%
G = 35.24%
B = 37.4%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B1E4F2 (or 0xB1E4F2) is known color: Powder Blue. HEX triplet: B1, E4 and F2. RGB value is (177,228,242). Sum of RGB (Red+Green+Blue) = 177+228+242=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1E4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E4F2 is #4E1B0D. Grayscale: #D6D6D6. Windows color (decimal): -5118734 or 15918257. OLE color: 15918257.

HSL color Cylindrical-coordinate representation of color #B1E4F2: hue angle of 192.92º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1E4F2 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 228 242 -
CMYK 0.27 0.06 0 0.05
HSL 192.92º 0.71% 0.82% -
HSV(B) 192.92º 0.27% 0.95% -
XYZ 61.9 71.24 94.49 -
YUV 214.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 177 228 242 0.27 0.06 0 0.05 192.92 0.71 0.82
Hex B1 E4 F2 1B 6 0 5 C1 47 52
Octal 261 344 362 33 6 0 5 301 107 122
Binary 10110001 11100100 11110010 11011 110 0 101 11000001 1000111 1010010

Color Harmonies of #B1E4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E4F2

Black with #B1E4F2

Text Example


Text Example

White with #B1E4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E4F2; }

 p { color: rgb(177,228,242); }

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

background-color css

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

 a { background-color: rgb(177,228,242); }

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

border-color css

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

 span { border-color: rgb(177,228,242); }

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