Html Css Color HEX #B0F0BA Fringy Flower

📋 copy color: '#B0F0BA'

red 176 ◦ green 240 ◦ blue 186

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

Shades of Fringy Flower #B0F0BA

Tints of Fringy Flower #B0F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.87%

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

R = 29.24%
G = 39.87%
B = 30.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#B0F0BA (or 0xB0F0BA) is known color: Fringy Flower. HEX triplet: B0, F0 and BA. RGB value is (176,240,186). Sum of RGB (Red+Green+Blue) = 176+240+186=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0BA is #4F0F45. Grayscale: #D6D6D6. Windows color (decimal): -5181254 or 12251312. OLE color: 12251312.

HSL color Cylindrical-coordinate representation of color #B0F0BA: hue angle of 129.38º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0BA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 186 -
CMYK 0.27 0 0.22 0.06
HSL 129.38º 0.68% 0.82% -
HSV(B) 129.38º 0.27% 0.94% -
XYZ 57.93 75.1 57.9 -
YUV 214.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 176 240 186 0.27 0 0.22 0.06 129.38 0.68 0.82
Hex B0 F0 BA 1B 0 16 6 81 44 52
Octal 260 360 272 33 0 26 6 201 104 122
Binary 10110000 11110000 10111010 11011 0 10110 110 10000001 1000100 1010010

Color Harmonies of #B0F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0BA

Black with #B0F0BA

Text Example


Text Example

White with #B0F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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