Html Css Color HEX #B0F2BA Fringy Flower

📋 copy color: '#B0F2BA'

red 176 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #B0F2BA

Tints of Fringy Flower #B0F2BA

RGB

 RED value IS 176 (69.14% from 255) = 29.14%

 GREEN value IS 242 (94.92% from 255) = 40.07%

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

R = 29.14%
G = 40.07%
B = 30.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#B0F2BA (or 0xB0F2BA) is known color: Fringy Flower. HEX triplet: B0, F2 and BA. RGB value is (176,242,186). Sum of RGB (Red+Green+Blue) = 176+242+186=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2BA is #4F0D45. Grayscale: #D8D8D8. Windows color (decimal): -5180742 or 12251824. OLE color: 12251824.

HSL color Cylindrical-coordinate representation of color #B0F2BA: hue angle of 129.09º degrees, saturation: 0.72, 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 #B0F2BA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 186 -
CMYK 0.27 0 0.23 0.05
HSL 129.09º 0.72% 0.82% -
HSV(B) 129.09º 0.27% 0.95% -
XYZ 58.52 76.28 58.09 -
YUV 215.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 176 242 186 0.27 0 0.23 0.05 129.09 0.72 0.82
Hex B0 F2 BA 1B 0 17 5 81 48 52
Octal 260 362 272 33 0 27 5 201 110 122
Binary 10110000 11110010 10111010 11011 0 10111 101 10000001 1001000 1010010

Color Harmonies of #B0F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2BA

Black with #B0F2BA

Text Example


Text Example

White with #B0F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2BA; }

 p { color: rgb(176,242,186); }

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

background-color css

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

 a { background-color: rgb(176,242,186); }

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

border-color css

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

 span { border-color: rgb(176,242,186); }

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