Html Css Color HEX #B0FEB8 Fringy Flower

📋 copy color: '#B0FEB8'

red 176 ◦ green 254 ◦ blue 184

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

Shades of Fringy Flower #B0FEB8

Tints of Fringy Flower #B0FEB8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.37%

 BLUE value IS 184 (72.27% from 255) = 29.97%

R = 28.66%
G = 41.37%
B = 29.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#B0FEB8 (or 0xB0FEB8) is known color: Fringy Flower. HEX triplet: B0, FE and B8. RGB value is (176,254,184). Sum of RGB (Red+Green+Blue) = 176+254+184=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEB8 is #4F0147. Grayscale: #DEDEDE. Windows color (decimal): -5177672 or 12123824. OLE color: 12123824.

HSL color Cylindrical-coordinate representation of color #B0FEB8: hue angle of 126.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEB8 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 184 -
CMYK 0.31 0 0.28 0.00
HSL 126.15º 0.98% 0.84% -
HSV(B) 126.15º 0.31% 1% -
XYZ 62 83.57 58.21 -
YUV 222.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 176 254 184 0.31 0 0.28 0.00 126.15 0.98 0.84
Hex B0 FE B8 1F 0 1C 0 7E 62 54
Octal 260 376 270 37 0 34 0 176 142 124
Binary 10110000 11111110 10111000 11111 0 11100 0 1111110 1100010 1010100

Color Harmonies of #B0FEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEB8

Black with #B0FEB8

Text Example


Text Example

White with #B0FEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEB8; }

 p { color: rgb(176,254,184); }

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

background-color css

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

 a { background-color: rgb(176,254,184); }

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

border-color css

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

 span { border-color: rgb(176,254,184); }

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