Html Css Color HEX #B2FCBA Fringy Flower

📋 copy color: '#B2FCBA'

red 178 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #B2FCBA

Tints of Fringy Flower #B2FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.91%

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

R = 28.9%
G = 40.91%
B = 30.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#B2FCBA (or 0xB2FCBA) is known color: Fringy Flower. HEX triplet: B2, FC and BA. RGB value is (178,252,186). Sum of RGB (Red+Green+Blue) = 178+252+186=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCBA is #4D0345. Grayscale: #DEDEDE. Windows color (decimal): -5047110 or 12254386. OLE color: 12254386.

HSL color Cylindrical-coordinate representation of color #B2FCBA: hue angle of 126.49º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCBA is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 186 -
CMYK 0.29 0 0.26 0.01
HSL 126.49º 0.93% 0.84% -
HSV(B) 126.49º 0.29% 0.99% -
XYZ 62.03 82.63 59.13 -
YUV 222.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 178 252 186 0.29 0 0.26 0.01 126.49 0.93 0.84
Hex B2 FC BA 1D 0 1A 1 7E 5C 54
Octal 262 374 272 35 0 32 1 176 134 124
Binary 10110010 11111100 10111010 11101 0 11010 1 1111110 1011100 1010100

Color Harmonies of #B2FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCBA

Black with #B2FCBA

Text Example


Text Example

White with #B2FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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