Html Css Color HEX #B0FABE Fringy Flower

📋 copy color: '#B0FABE'

red 176 ◦ green 250 ◦ blue 190

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

Shades of Fringy Flower #B0FABE

Tints of Fringy Flower #B0FABE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.58%

 BLUE value IS 190 (74.61% from 255) = 30.84%

R = 28.57%
G = 40.58%
B = 30.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#B0FABE (or 0xB0FABE) is known color: Fringy Flower. HEX triplet: B0, FA and BE. RGB value is (176,250,190). Sum of RGB (Red+Green+Blue) = 176+250+190=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FABE is #4F0541. Grayscale: #DDDDDD. Windows color (decimal): -5178690 or 12516016. OLE color: 12516016.

HSL color Cylindrical-coordinate representation of color #B0FABE: hue angle of 131.35º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FABE is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 190 -
CMYK 0.30 0 0.24 0.02
HSL 131.35º 0.88% 0.84% -
HSV(B) 131.35º 0.3% 0.98% -
XYZ 61.38 81.32 61.18 -
YUV 221.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 176 250 190 0.30 0 0.24 0.02 131.35 0.88 0.84
Hex B0 FA BE 1E 0 18 2 83 58 54
Octal 260 372 276 36 0 30 2 203 130 124
Binary 10110000 11111010 10111110 11110 0 11000 10 10000011 1011000 1010100

Color Harmonies of #B0FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FABE

Black with #B0FABE

Text Example


Text Example

White with #B0FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FABE; }

 p { color: rgb(176,250,190); }

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

background-color css

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

 a { background-color: rgb(176,250,190); }

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

border-color css

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

 span { border-color: rgb(176,250,190); }

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