Html Css Color HEX #B3FCC2 Fringy Flower

📋 copy color: '#B3FCC2'

red 179 ◦ green 252 ◦ blue 194

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

Shades of Fringy Flower #B3FCC2

Tints of Fringy Flower #B3FCC2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.32%

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

R = 28.64%
G = 40.32%
B = 31.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#B3FCC2 (or 0xB3FCC2) is known color: Fringy Flower. HEX triplet: B3, FC and C2. RGB value is (179,252,194). Sum of RGB (Red+Green+Blue) = 179+252+194=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCC2 is #4C033D. Grayscale: #DFDFDF. Windows color (decimal): -4981566 or 12778675. OLE color: 12778675.

HSL color Cylindrical-coordinate representation of color #B3FCC2: hue angle of 132.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCC2 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 252 194 -
CMYK 0.29 0 0.23 0.01
HSL 132.33º 0.92% 0.85% -
HSV(B) 132.33º 0.29% 0.99% -
XYZ 63.14 83.1 63.75 -
YUV 223.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 179 252 194 0.29 0 0.23 0.01 132.33 0.92 0.85
Hex B3 FC C2 1D 0 17 1 84 5C 55
Octal 263 374 302 35 0 27 1 204 134 125
Binary 10110011 11111100 11000010 11101 0 10111 1 10000100 1011100 1010101

Color Harmonies of #B3FCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FCC2

Black with #B3FCC2

Text Example


Text Example

White with #B3FCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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