#B6FDC0

Color #B6FDC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B6FDC0

Tints of Fringy Flower #B6FDC0

Color information

#B6FDC0 (or 0xB6FDC0) is unknown color: approx Fringy Flower. HEX triplet: B6, FD and C0. RGB value is (182,253,192). Sum of RGB (Red+Green+Blue) = 182+253+192=627 (83% of max value = 765). Red value is 182 (71.48% from 255 or 29.03% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDC0 is #49023F. Grayscale: #E0E0E0. Windows color (decimal): -4784704 or 12647862. OLE color: 12647862.

HSL color Cylindrical-coordinate representation of color #B6FDC0: hue angle of 128.45º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FDC0 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB182253192-
CMYK0.2800.240.01
HSL128.45º94.67%85.29%-
HSV(B)128.45º28.06%99.22%-
XYZ63.938462.71-
YUV224.82109.4897.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.03%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=29.03%
G=40.35%
B=30.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822531920.2800.240.01128.4594.6785.29
HexB6FDC01C0181805f55
Octal266375300340301200137125
Binary1011011011111101110000001110001100011000000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDC0; }

 p { color: rgb(182,253,192); }

 H1.HeaderClassName
 {
   color: #B6FDC0;
 }
 .AnyTagClassName
 {
   color: #B6FDC0;
 }
</style>
background-color css

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

 a { background-color: rgb(182,253,192); }

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

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

 span { border-color: rgb(182,253,192); }

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