Html Css Color HEX #B2FDBA Fringy Flower

📋 copy color: '#B2FDBA'

red 178 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #B2FDBA

Tints of Fringy Flower #B2FDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41%

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

R = 28.85%
G = 41%
B = 30.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#B2FDBA (or 0xB2FDBA) is known color: Fringy Flower. HEX triplet: B2, FD and BA. RGB value is (178,253,186). Sum of RGB (Red+Green+Blue) = 178+253+186=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDBA is #4D0245. Grayscale: #DFDFDF. Windows color (decimal): -5046854 or 12254642. OLE color: 12254642.

HSL color Cylindrical-coordinate representation of color #B2FDBA: hue angle of 126.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDBA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 186 -
CMYK 0.30 0 0.26 0.01
HSL 126.4º 0.95% 0.85% -
HSV(B) 126.4º 0.3% 0.99% -
XYZ 62.35 83.26 59.24 -
YUV 222.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 178 253 186 0.30 0 0.26 0.01 126.4 0.95 0.85
Hex B2 FD BA 1E 0 1A 1 7E 5F 55
Octal 262 375 272 36 0 32 1 176 137 125
Binary 10110010 11111101 10111010 11110 0 11010 1 1111110 1011111 1010101

Color Harmonies of #B2FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDBA

Black with #B2FDBA

Text Example


Text Example

White with #B2FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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