Html Css Color HEX #B2F6BA Fringy Flower

📋 copy color: '#B2F6BA'

red 178 ◦ green 246 ◦ blue 186

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

Shades of Fringy Flower #B2F6BA

Tints of Fringy Flower #B2F6BA

RGB

 RED value IS 178 (69.92% from 255) = 29.18%

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

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

R = 29.18%
G = 40.33%
B = 30.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#B2F6BA (or 0xB2F6BA) is known color: Fringy Flower. HEX triplet: B2, F6 and BA. RGB value is (178,246,186). Sum of RGB (Red+Green+Blue) = 178+246+186=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6BA is #4D0945. Grayscale: #DBDBDB. Windows color (decimal): -5048646 or 12252850. OLE color: 12252850.

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

Color convert

RGB 178 246 186 -
CMYK 0.28 0 0.24 0.04
HSL 127.06º 0.79% 0.83% -
HSV(B) 127.06º 0.28% 0.96% -
XYZ 60.18 78.92 58.52 -
YUV 218.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 178 246 186 0.28 0 0.24 0.04 127.06 0.79 0.83
Hex B2 F6 BA 1C 0 18 4 7F 4F 53
Octal 262 366 272 34 0 30 4 177 117 123
Binary 10110010 11110110 10111010 11100 0 11000 100 1111111 1001111 1010011

Color Harmonies of #B2F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F6BA

Black with #B2F6BA

Text Example


Text Example

White with #B2F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F6BA; }

 p { color: rgb(178,246,186); }

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

background-color css

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

 a { background-color: rgb(178,246,186); }

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

border-color css

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

 span { border-color: rgb(178,246,186); }

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