Html Css Color HEX #B3F0C1 Fringy Flower

📋 copy color: '#B3F0C1'

red 179 ◦ green 240 ◦ blue 193

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

Shades of Fringy Flower #B3F0C1

Tints of Fringy Flower #B3F0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.54%

R = 29.25%
G = 39.22%
B = 31.54%

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

#B3F0C1 (or 0xB3F0C1) is known color: Fringy Flower. HEX triplet: B3, F0 and C1. RGB value is (179,240,193). Sum of RGB (Red+Green+Blue) = 179+240+193=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0C1 is #4C0F3E. Grayscale: #D8D8D8. Windows color (decimal): -4984639 or 12710067. OLE color: 12710067.

HSL color Cylindrical-coordinate representation of color #B3F0C1: hue angle of 133.77º 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 #B3F0C1 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 240 193 -
CMYK 0.25 0 0.20 0.06
HSL 133.77º 0.67% 0.82% -
HSV(B) 133.77º 0.25% 0.94% -
XYZ 59.38 75.75 61.94 -
YUV 216.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 179 240 193 0.25 0 0.20 0.06 133.77 0.67 0.82
Hex B3 F0 C1 19 0 14 6 86 43 52
Octal 263 360 301 31 0 24 6 206 103 122
Binary 10110011 11110000 11000001 11001 0 10100 110 10000110 1000011 1010010

Color Harmonies of #B3F0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F0C1

Black with #B3F0C1

Text Example


Text Example

White with #B3F0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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