Html Css Color HEX #B1F4B8 Fringy Flower

📋 copy color: '#B1F4B8'

red 177 ◦ green 244 ◦ blue 184

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

Shades of Fringy Flower #B1F4B8

Tints of Fringy Flower #B1F4B8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.33%

 BLUE value IS 184 (72.27% from 255) = 30.41%

R = 29.26%
G = 40.33%
B = 30.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#B1F4B8 (or 0xB1F4B8) is known color: Fringy Flower. HEX triplet: B1, F4 and B8. RGB value is (177,244,184). Sum of RGB (Red+Green+Blue) = 177+244+184=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4B8 is #4E0B47. Grayscale: #D9D9D9. Windows color (decimal): -5114696 or 12121265. OLE color: 12121265.

HSL color Cylindrical-coordinate representation of color #B1F4B8: hue angle of 126.27º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4B8 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 244 184 -
CMYK 0.27 0 0.25 0.04
HSL 126.27º 0.75% 0.83% -
HSV(B) 126.27º 0.27% 0.96% -
XYZ 59.13 77.51 57.19 -
YUV 217.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 177 244 184 0.27 0 0.25 0.04 126.27 0.75 0.83
Hex B1 F4 B8 1B 0 19 4 7E 4B 53
Octal 261 364 270 33 0 31 4 176 113 123
Binary 10110001 11110100 10111000 11011 0 11001 100 1111110 1001011 1010011

Color Harmonies of #B1F4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F4B8

Black with #B1F4B8

Text Example


Text Example

White with #B1F4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F4B8; }

 p { color: rgb(177,244,184); }

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

background-color css

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

 a { background-color: rgb(177,244,184); }

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

border-color css

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

 span { border-color: rgb(177,244,184); }

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