Html Css Color HEX #B0FABC Fringy Flower

📋 copy color: '#B0FABC'

red 176 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #B0FABC

Tints of Fringy Flower #B0FABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 28.66%
G = 40.72%
B = 30.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B0FABC (or 0xB0FABC) is known color: Fringy Flower. HEX triplet: B0, FA and BC. RGB value is (176,250,188). Sum of RGB (Red+Green+Blue) = 176+250+188=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FABC is #4F0543. Grayscale: #DCDCDC. Windows color (decimal): -5178692 or 12384944. OLE color: 12384944.

HSL color Cylindrical-coordinate representation of color #B0FABC: hue angle of 129.73º 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 #B0FABC is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 188 -
CMYK 0.30 0 0.25 0.02
HSL 129.73º 0.88% 0.84% -
HSV(B) 129.73º 0.3% 0.98% -
XYZ 61.17 81.23 60.03 -
YUV 220.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 176 250 188 0.30 0 0.25 0.02 129.73 0.88 0.84
Hex B0 FA BC 1E 0 19 2 82 58 54
Octal 260 372 274 36 0 31 2 202 130 124
Binary 10110000 11111010 10111100 11110 0 11001 10 10000010 1011000 1010100

Color Harmonies of #B0FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FABC

Black with #B0FABC

Text Example


Text Example

White with #B0FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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