Html Css Color HEX #B0F2B8 Fringy Flower

📋 copy color: '#B0F2B8'

red 176 ◦ green 242 ◦ blue 184

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

Shades of Fringy Flower #B0F2B8

Tints of Fringy Flower #B0F2B8

RGB

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

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

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

R = 29.24%
G = 40.2%
B = 30.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#B0F2B8 (or 0xB0F2B8) is known color: Fringy Flower. HEX triplet: B0, F2 and B8. RGB value is (176,242,184). Sum of RGB (Red+Green+Blue) = 176+242+184=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2B8 is #4F0D47. Grayscale: #D7D7D7. Windows color (decimal): -5180744 or 12120752. OLE color: 12120752.

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

Color convert

RGB 176 242 184 -
CMYK 0.27 0 0.24 0.05
HSL 127.27º 0.72% 0.82% -
HSV(B) 127.27º 0.27% 0.95% -
XYZ 58.31 76.2 56.98 -
YUV 215.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 176 242 184 0.27 0 0.24 0.05 127.27 0.72 0.82
Hex B0 F2 B8 1B 0 18 5 7F 48 52
Octal 260 362 270 33 0 30 5 177 110 122
Binary 10110000 11110010 10111000 11011 0 11000 101 1111111 1001000 1010010

Color Harmonies of #B0F2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2B8

Black with #B0F2B8

Text Example


Text Example

White with #B0F2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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