Html Css Color HEX #B3FEC2 Fringy Flower

📋 copy color: '#B3FEC2'

red 179 ◦ green 254 ◦ blue 194

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

Shades of Fringy Flower #B3FEC2

Tints of Fringy Flower #B3FEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.94%

R = 28.55%
G = 40.51%
B = 30.94%

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

#B3FEC2 (or 0xB3FEC2) is known color: Fringy Flower. HEX triplet: B3, FE and C2. RGB value is (179,254,194). Sum of RGB (Red+Green+Blue) = 179+254+194=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEC2 is #4C013D. Grayscale: #E0E0E0. Windows color (decimal): -4981054 or 12779187. OLE color: 12779187.

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

Color convert

RGB 179 254 194 -
CMYK 0.30 0 0.24 0.00
HSL 132º 0.97% 0.85% -
HSV(B) 132º 0.3% 1% -
XYZ 63.77 84.36 63.96 -
YUV 224.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 179 254 194 0.30 0 0.24 0.00 132 0.97 0.85
Hex B3 FE C2 1E 0 18 0 84 61 55
Octal 263 376 302 36 0 30 0 204 141 125
Binary 10110011 11111110 11000010 11110 0 11000 0 10000100 1100001 1010101

Color Harmonies of #B3FEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FEC2

Black with #B3FEC2

Text Example


Text Example

White with #B3FEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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