Html Css Color HEX #B0F2B9 Fringy Flower

📋 copy color: '#B0F2B9'

red 176 ◦ green 242 ◦ blue 185

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

Shades of Fringy Flower #B0F2B9

Tints of Fringy Flower #B0F2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.68%

R = 29.19%
G = 40.13%
B = 30.68%

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

#B0F2B9 (or 0xB0F2B9) is known color: Fringy Flower. HEX triplet: B0, F2 and B9. RGB value is (176,242,185). Sum of RGB (Red+Green+Blue) = 176+242+185=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2B9 is #4F0D46. Grayscale: #D7D7D7. Windows color (decimal): -5180743 or 12186288. OLE color: 12186288.

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

Color convert

RGB 176 242 185 -
CMYK 0.27 0 0.24 0.05
HSL 128.18º 0.72% 0.82% -
HSV(B) 128.18º 0.27% 0.95% -
XYZ 58.41 76.24 57.54 -
YUV 215.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 176 242 185 0.27 0 0.24 0.05 128.18 0.72 0.82
Hex B0 F2 B9 1B 0 18 5 80 48 52
Octal 260 362 271 33 0 30 5 200 110 122
Binary 10110000 11110010 10111001 11011 0 11000 101 10000000 1001000 1010010

Color Harmonies of #B0F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2B9

Black with #B0F2B9

Text Example


Text Example

White with #B0F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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