Html Css Color HEX #B3F0BF Fringy Flower

📋 copy color: '#B3F0BF'

red 179 ◦ green 240 ◦ blue 191

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

Shades of Fringy Flower #B3F0BF

Tints of Fringy Flower #B3F0BF

RGB

 RED value IS 179 (70.31% from 255) = 29.34%

 GREEN value IS 240 (94.14% from 255) = 39.34%

 BLUE value IS 191 (75% from 255) = 31.31%

R = 29.34%
G = 39.34%
B = 31.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#B3F0BF (or 0xB3F0BF) is known color: Fringy Flower. HEX triplet: B3, F0 and BF. RGB value is (179,240,191). Sum of RGB (Red+Green+Blue) = 179+240+191=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0BF is #4C0F40. Grayscale: #D8D8D8. Windows color (decimal): -4984641 or 12578995. OLE color: 12578995.

HSL color Cylindrical-coordinate representation of color #B3F0BF: hue angle of 131.8º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0BF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 240 191 -
CMYK 0.25 0 0.20 0.06
HSL 131.8º 0.67% 0.82% -
HSV(B) 131.8º 0.25% 0.94% -
XYZ 59.15 75.67 60.78 -
YUV 216.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 179 240 191 0.25 0 0.20 0.06 131.8 0.67 0.82
Hex B3 F0 BF 19 0 14 6 84 43 52
Octal 263 360 277 31 0 24 6 204 103 122
Binary 10110011 11110000 10111111 11001 0 10100 110 10000100 1000011 1010010

Color Harmonies of #B3F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F0BF

Black with #B3F0BF

Text Example


Text Example

White with #B3F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F0BF; }

 p { color: rgb(179,240,191); }

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

background-color css

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

 a { background-color: rgb(179,240,191); }

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

border-color css

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

 span { border-color: rgb(179,240,191); }

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