Html Css Color HEX #B2FAC2 Fringy Flower

📋 copy color: '#B2FAC2'

red 178 ◦ green 250 ◦ blue 194

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

Shades of Fringy Flower #B2FAC2

Tints of Fringy Flower #B2FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.19%

R = 28.62%
G = 40.19%
B = 31.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#B2FAC2 (or 0xB2FAC2) is known color: Fringy Flower. HEX triplet: B2, FA and C2. RGB value is (178,250,194). Sum of RGB (Red+Green+Blue) = 178+250+194=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAC2 is #4D053D. Grayscale: #DEDEDE. Windows color (decimal): -5047614 or 12778162. OLE color: 12778162.

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

Color convert

RGB 178 250 194 -
CMYK 0.29 0 0.22 0.02
HSL 133.33º 0.88% 0.84% -
HSV(B) 133.33º 0.29% 0.98% -
XYZ 62.28 81.73 63.53 -
YUV 222.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 178 250 194 0.29 0 0.22 0.02 133.33 0.88 0.84
Hex B2 FA C2 1D 0 16 2 85 58 54
Octal 262 372 302 35 0 26 2 205 130 124
Binary 10110010 11111010 11000010 11101 0 10110 10 10000101 1011000 1010100

Color Harmonies of #B2FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAC2

Black with #B2FAC2

Text Example


Text Example

White with #B2FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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