Html Css Color HEX #B3F2BA Fringy Flower

📋 copy color: '#B3F2BA'

red 179 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #B3F2BA

Tints of Fringy Flower #B3F2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.87%

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

R = 29.49%
G = 39.87%
B = 30.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#B3F2BA (or 0xB3F2BA) is known color: Fringy Flower. HEX triplet: B3, F2 and BA. RGB value is (179,242,186). Sum of RGB (Red+Green+Blue) = 179+242+186=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2BA is #4C0D45. Grayscale: #D8D8D8. Windows color (decimal): -4984134 or 12251827. OLE color: 12251827.

HSL color Cylindrical-coordinate representation of color #B3F2BA: hue angle of 126.67º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2BA is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 242 186 -
CMYK 0.26 0 0.23 0.05
HSL 126.67º 0.71% 0.83% -
HSV(B) 126.67º 0.26% 0.95% -
XYZ 59.21 76.63 58.13 -
YUV 216.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 179 242 186 0.26 0 0.23 0.05 126.67 0.71 0.83
Hex B3 F2 BA 1A 0 17 5 7F 47 53
Octal 263 362 272 32 0 27 5 177 107 123
Binary 10110011 11110010 10111010 11010 0 10111 101 1111111 1000111 1010011

Color Harmonies of #B3F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F2BA

Black with #B3F2BA

Text Example


Text Example

White with #B3F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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