Html Css Color HEX #B0FBBD Fringy Flower

📋 copy color: '#B0FBBD'

red 176 ◦ green 251 ◦ blue 189

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

Shades of Fringy Flower #B0FBBD

Tints of Fringy Flower #B0FBBD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.75%

 BLUE value IS 189 (74.22% from 255) = 30.68%

R = 28.57%
G = 40.75%
B = 30.68%

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

#B0FBBD (or 0xB0FBBD) is known color: Fringy Flower. HEX triplet: B0, FB and BD. RGB value is (176,251,189). Sum of RGB (Red+Green+Blue) = 176+251+189=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBBD is #4F0442. Grayscale: #DDDDDD. Windows color (decimal): -5178435 or 12450736. OLE color: 12450736.

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

Color convert

RGB 176 251 189 -
CMYK 0.30 0 0.25 0.02
HSL 130.4º 0.9% 0.84% -
HSV(B) 130.4º 0.3% 0.98% -
XYZ 61.59 81.9 60.71 -
YUV 221.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 176 251 189 0.30 0 0.25 0.02 130.4 0.9 0.84
Hex B0 FB BD 1E 0 19 2 82 5A 54
Octal 260 373 275 36 0 31 2 202 132 124
Binary 10110000 11111011 10111101 11110 0 11001 10 10000010 1011010 1010100

Color Harmonies of #B0FBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBBD

Black with #B0FBBD

Text Example


Text Example

White with #B0FBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBBD; }

 p { color: rgb(176,251,189); }

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

background-color css

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

 a { background-color: rgb(176,251,189); }

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

border-color css

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

 span { border-color: rgb(176,251,189); }

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