Html Css Color HEX #B3FEC0 Fringy Flower

📋 copy color: '#B3FEC0'

red 179 ◦ green 254 ◦ blue 192

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

Shades of Fringy Flower #B3FEC0

Tints of Fringy Flower #B3FEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.72%

R = 28.64%
G = 40.64%
B = 30.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#B3FEC0 (or 0xB3FEC0) is known color: Fringy Flower. HEX triplet: B3, FE and C0. RGB value is (179,254,192). Sum of RGB (Red+Green+Blue) = 179+254+192=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEC0 is #4C013F. Grayscale: #E0E0E0. Windows color (decimal): -4981056 or 12648115. OLE color: 12648115.

HSL color Cylindrical-coordinate representation of color #B3FEC0: hue angle of 130.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEC0 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 254 192 -
CMYK 0.30 0 0.24 0.00
HSL 130.4º 0.97% 0.85% -
HSV(B) 130.4º 0.3% 1% -
XYZ 63.55 84.27 62.79 -
YUV 224.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 179 254 192 0.30 0 0.24 0.00 130.4 0.97 0.85
Hex B3 FE C0 1E 0 18 0 82 61 55
Octal 263 376 300 36 0 30 0 202 141 125
Binary 10110011 11111110 11000000 11110 0 11000 0 10000010 1100001 1010101

Color Harmonies of #B3FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FEC0

Black with #B3FEC0

Text Example


Text Example

White with #B3FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FEC0; }

 p { color: rgb(179,254,192); }

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

background-color css

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

 a { background-color: rgb(179,254,192); }

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

border-color css

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

 span { border-color: rgb(179,254,192); }

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