Html Css Color HEX #B3FABA Fringy Flower

📋 copy color: '#B3FABA'

red 179 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #B3FABA

Tints of Fringy Flower #B3FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.65%

 BLUE value IS 186 (73.05% from 255) = 30.24%

R = 29.11%
G = 40.65%
B = 30.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#B3FABA (or 0xB3FABA) is known color: Fringy Flower. HEX triplet: B3, FA and BA. RGB value is (179,250,186). Sum of RGB (Red+Green+Blue) = 179+250+186=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FABA is #4C0545. Grayscale: #DDDDDD. Windows color (decimal): -4982086 or 12253875. OLE color: 12253875.

HSL color Cylindrical-coordinate representation of color #B3FABA: hue angle of 125.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FABA is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 250 186 -
CMYK 0.28 0 0.26 0.02
HSL 125.92º 0.88% 0.84% -
HSV(B) 125.92º 0.28% 0.98% -
XYZ 61.64 81.5 58.94 -
YUV 221.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 179 250 186 0.28 0 0.26 0.02 125.92 0.88 0.84
Hex B3 FA BA 1C 0 1A 2 7E 58 54
Octal 263 372 272 34 0 32 2 176 130 124
Binary 10110011 11111010 10111010 11100 0 11010 10 1111110 1011000 1010100

Color Harmonies of #B3FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FABA

Black with #B3FABA

Text Example


Text Example

White with #B3FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FABA; }

 p { color: rgb(179,250,186); }

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

background-color css

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

 a { background-color: rgb(179,250,186); }

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

border-color css

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

 span { border-color: rgb(179,250,186); }

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