Html Css Color HEX #B0F9B9 Fringy Flower

📋 copy color: '#B0F9B9'

red 176 ◦ green 249 ◦ blue 185

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

Shades of Fringy Flower #B0F9B9

Tints of Fringy Flower #B0F9B9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

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

R = 28.85%
G = 40.82%
B = 30.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#B0F9B9 (or 0xB0F9B9) is known color: Fringy Flower. HEX triplet: B0, F9 and B9. RGB value is (176,249,185). Sum of RGB (Red+Green+Blue) = 176+249+185=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9B9 is #4F0646. Grayscale: #DCDCDC. Windows color (decimal): -5178951 or 12188080. OLE color: 12188080.

HSL color Cylindrical-coordinate representation of color #B0F9B9: hue angle of 127.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9B9 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 185 -
CMYK 0.29 0 0.26 0.02
HSL 127.4º 0.86% 0.83% -
HSV(B) 127.4º 0.29% 0.98% -
XYZ 60.54 80.48 58.24 -
YUV 219.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 176 249 185 0.29 0 0.26 0.02 127.4 0.86 0.83
Hex B0 F9 B9 1D 0 1A 2 7F 56 53
Octal 260 371 271 35 0 32 2 177 126 123
Binary 10110000 11111001 10111001 11101 0 11010 10 1111111 1010110 1010011

Color Harmonies of #B0F9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F9B9

Black with #B0F9B9

Text Example


Text Example

White with #B0F9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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