Html Css Color HEX #B3F6B9 Fringy Flower

📋 copy color: '#B3F6B9'

red 179 ◦ green 246 ◦ blue 185

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

Shades of Fringy Flower #B3F6B9

Tints of Fringy Flower #B3F6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.33%

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 29.34%
G = 40.33%
B = 30.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#B3F6B9 (or 0xB3F6B9) is known color: Fringy Flower. HEX triplet: B3, F6 and B9. RGB value is (179,246,185). Sum of RGB (Red+Green+Blue) = 179+246+185=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6B9 is #4C0946. Grayscale: #DBDBDB. Windows color (decimal): -4983111 or 12187315. OLE color: 12187315.

HSL color Cylindrical-coordinate representation of color #B3F6B9: hue angle of 125.37º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6B9 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 246 185 -
CMYK 0.27 0 0.25 0.04
HSL 125.37º 0.79% 0.83% -
HSV(B) 125.37º 0.27% 0.96% -
XYZ 60.3 79 57.97 -
YUV 219.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 179 246 185 0.27 0 0.25 0.04 125.37 0.79 0.83
Hex B3 F6 B9 1B 0 19 4 7D 4F 53
Octal 263 366 271 33 0 31 4 175 117 123
Binary 10110011 11110110 10111001 11011 0 11001 100 1111101 1001111 1010011

Color Harmonies of #B3F6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F6B9

Black with #B3F6B9

Text Example


Text Example

White with #B3F6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F6B9; }

 p { color: rgb(179,246,185); }

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

background-color css

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

 a { background-color: rgb(179,246,185); }

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

border-color css

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

 span { border-color: rgb(179,246,185); }

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