Html Css Color HEX #B2FABE Fringy Flower

📋 copy color: '#B2FABE'

red 178 ◦ green 250 ◦ blue 190

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

Shades of Fringy Flower #B2FABE

Tints of Fringy Flower #B2FABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.74%

R = 28.8%
G = 40.45%
B = 30.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#B2FABE (or 0xB2FABE) is known color: Fringy Flower. HEX triplet: B2, FA and BE. RGB value is (178,250,190). Sum of RGB (Red+Green+Blue) = 178+250+190=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FABE is #4D0541. Grayscale: #DDDDDD. Windows color (decimal): -5047618 or 12516018. OLE color: 12516018.

HSL color Cylindrical-coordinate representation of color #B2FABE: hue angle of 130º 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 #B2FABE is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 190 -
CMYK 0.29 0 0.24 0.02
HSL 130º 0.88% 0.84% -
HSV(B) 130º 0.29% 0.98% -
XYZ 61.84 81.55 61.2 -
YUV 221.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 178 250 190 0.29 0 0.24 0.02 130 0.88 0.84
Hex B2 FA BE 1D 0 18 2 82 58 54
Octal 262 372 276 35 0 30 2 202 130 124
Binary 10110010 11111010 10111110 11101 0 11000 10 10000010 1011000 1010100

Color Harmonies of #B2FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FABE

Black with #B2FABE

Text Example


Text Example

White with #B2FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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