Html Css Color HEX #B2FABC Fringy Flower

📋 copy color: '#B2FABC'

red 178 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #B2FABC

Tints of Fringy Flower #B2FABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.52%

R = 28.9%
G = 40.58%
B = 30.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B2FABC (or 0xB2FABC) is known color: Fringy Flower. HEX triplet: B2, FA and BC. RGB value is (178,250,188). Sum of RGB (Red+Green+Blue) = 178+250+188=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FABC is #4D0543. Grayscale: #DDDDDD. Windows color (decimal): -5047620 or 12384946. OLE color: 12384946.

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

Color convert

RGB 178 250 188 -
CMYK 0.29 0 0.25 0.02
HSL 128.33º 0.88% 0.84% -
HSV(B) 128.33º 0.29% 0.98% -
XYZ 61.62 81.47 60.05 -
YUV 221.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 178 250 188 0.29 0 0.25 0.02 128.33 0.88 0.84
Hex B2 FA BC 1D 0 19 2 80 58 54
Octal 262 372 274 35 0 31 2 200 130 124
Binary 10110010 11111010 10111100 11101 0 11001 10 10000000 1011000 1010100

Color Harmonies of #B2FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FABC

Black with #B2FABC

Text Example


Text Example

White with #B2FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FABC; }

 p { color: rgb(178,250,188); }

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

background-color css

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

 a { background-color: rgb(178,250,188); }

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

border-color css

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

 span { border-color: rgb(178,250,188); }

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