Html Css Color HEX #B1E1BA Fringy Flower

📋 copy color: '#B1E1BA'

red 177 ◦ green 225 ◦ blue 186

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

Shades of Fringy Flower #B1E1BA

Tints of Fringy Flower #B1E1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 186 (73.05% from 255) = 31.63%

R = 30.1%
G = 38.27%
B = 31.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#B1E1BA (or 0xB1E1BA) is known color: Fringy Flower. HEX triplet: B1, E1 and BA. RGB value is (177,225,186). Sum of RGB (Red+Green+Blue) = 177+225+186=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1BA is #4E1E45. Grayscale: #CECECE. Windows color (decimal): -5119558 or 12247473. OLE color: 12247473.

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

Color convert

RGB 177 225 186 -
CMYK 0.21 0 0.17 0.12
HSL 131.25º 0.44% 0.79% -
HSV(B) 131.25º 0.21% 0.88% -
XYZ 53.92 66.74 56.5 -
YUV 206.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 177 225 186 0.21 0 0.17 0.12 131.25 0.44 0.79
Hex B1 E1 BA 15 0 11 C 83 2C 4F
Octal 261 341 272 25 0 21 14 203 54 117
Binary 10110001 11100001 10111010 10101 0 10001 1100 10000011 101100 1001111

Color Harmonies of #B1E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E1BA

Black with #B1E1BA

Text Example


Text Example

White with #B1E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E1BA; }

 p { color: rgb(177,225,186); }

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

background-color css

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

 a { background-color: rgb(177,225,186); }

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

border-color css

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

 span { border-color: rgb(177,225,186); }

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