Html Css Color HEX #B2FFC0 Fringy Flower

📋 copy color: '#B2FFC0'

red 178 ◦ green 255 ◦ blue 192

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

Shades of Fringy Flower #B2FFC0

Tints of Fringy Flower #B2FFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 40.8%

 BLUE value IS 192 (75.39% from 255) = 30.72%

R = 28.48%
G = 40.8%
B = 30.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#B2FFC0 (or 0xB2FFC0) is known color: Fringy Flower. HEX triplet: B2, FF and C0. RGB value is (178,255,192). Sum of RGB (Red+Green+Blue) = 178+255+192=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFC0 is #4D003F. Grayscale: #E0E0E0. Windows color (decimal): -5046336 or 12648370. OLE color: 12648370.

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

Color convert

RGB 178 255 192 -
CMYK 0.30 0 0.25 0
HSL 130.91º 1% 0.85% -
HSV(B) 130.91º 0.3% 1% -
XYZ 63.63 84.79 62.88 -
YUV 224.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 178 255 192 0.30 0 0.25 0 130.91 1 0.85
Hex B2 FF C0 1E 0 19 0 83 64 55
Octal 262 377 300 36 0 31 0 203 144 125
Binary 10110010 11111111 11000000 11110 0 11001 0 10000011 1100100 1010101

Color Harmonies of #B2FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFC0

Black with #B2FFC0

Text Example


Text Example

White with #B2FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFC0; }

 p { color: rgb(178,255,192); }

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

background-color css

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

 a { background-color: rgb(178,255,192); }

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

border-color css

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

 span { border-color: rgb(178,255,192); }

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