Html Css Color HEX #B1EFBA Fringy Flower

📋 copy color: '#B1EFBA'

red 177 ◦ green 239 ◦ blue 186

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

Shades of Fringy Flower #B1EFBA

Tints of Fringy Flower #B1EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

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

R = 29.4%
G = 39.7%
B = 30.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#B1EFBA (or 0xB1EFBA) is known color: Fringy Flower. HEX triplet: B1, EF and BA. RGB value is (177,239,186). Sum of RGB (Red+Green+Blue) = 177+239+186=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFBA is #4E1045. Grayscale: #D6D6D6. Windows color (decimal): -5115974 or 12251057. OLE color: 12251057.

HSL color Cylindrical-coordinate representation of color #B1EFBA: hue angle of 128.71º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFBA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 186 -
CMYK 0.26 0 0.22 0.06
HSL 128.71º 0.66% 0.82% -
HSV(B) 128.71º 0.26% 0.94% -
XYZ 57.86 74.63 57.81 -
YUV 214.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 177 239 186 0.26 0 0.22 0.06 128.71 0.66 0.82
Hex B1 EF BA 1A 0 16 6 81 42 52
Octal 261 357 272 32 0 26 6 201 102 122
Binary 10110001 11101111 10111010 11010 0 10110 110 10000001 1000010 1010010

Color Harmonies of #B1EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFBA

Black with #B1EFBA

Text Example


Text Example

White with #B1EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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