Html Css Color HEX #B0F7BA Fringy Flower

📋 copy color: '#B0F7BA'

red 176 ◦ green 247 ◦ blue 186

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

Shades of Fringy Flower #B0F7BA

Tints of Fringy Flower #B0F7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.56%

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

R = 28.9%
G = 40.56%
B = 30.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#B0F7BA (or 0xB0F7BA) is known color: Fringy Flower. HEX triplet: B0, F7 and BA. RGB value is (176,247,186). Sum of RGB (Red+Green+Blue) = 176+247+186=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7BA is #4F0845. Grayscale: #DADADA. Windows color (decimal): -5179462 or 12253104. OLE color: 12253104.

HSL color Cylindrical-coordinate representation of color #B0F7BA: hue angle of 128.45º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7BA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 186 -
CMYK 0.29 0 0.25 0.03
HSL 128.45º 0.82% 0.83% -
HSV(B) 128.45º 0.29% 0.97% -
XYZ 60.03 79.3 58.6 -
YUV 218.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 176 247 186 0.29 0 0.25 0.03 128.45 0.82 0.83
Hex B0 F7 BA 1D 0 19 3 80 52 53
Octal 260 367 272 35 0 31 3 200 122 123
Binary 10110000 11110111 10111010 11101 0 11001 11 10000000 1010010 1010011

Color Harmonies of #B0F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7BA

Black with #B0F7BA

Text Example


Text Example

White with #B0F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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