Html Css Color HEX #B0FBB9 Fringy Flower

📋 copy color: '#B0FBB9'

red 176 ◦ green 251 ◦ blue 185

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

Shades of Fringy Flower #B0FBB9

Tints of Fringy Flower #B0FBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.23%

R = 28.76%
G = 41.01%
B = 30.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#B0FBB9 (or 0xB0FBB9) is known color: Fringy Flower. HEX triplet: B0, FB and B9. RGB value is (176,251,185). Sum of RGB (Red+Green+Blue) = 176+251+185=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBB9 is #4F0446. Grayscale: #DDDDDD. Windows color (decimal): -5178439 or 12188592. OLE color: 12188592.

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

Color convert

RGB 176 251 185 -
CMYK 0.30 0 0.26 0.02
HSL 127.2º 0.9% 0.84% -
HSV(B) 127.2º 0.3% 0.98% -
XYZ 61.16 81.73 58.45 -
YUV 221.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 176 251 185 0.30 0 0.26 0.02 127.2 0.9 0.84
Hex B0 FB B9 1E 0 1A 2 7F 5A 54
Octal 260 373 271 36 0 32 2 177 132 124
Binary 10110000 11111011 10111001 11110 0 11010 10 1111111 1011010 1010100

Color Harmonies of #B0FBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBB9

Black with #B0FBB9

Text Example


Text Example

White with #B0FBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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