#B8FDC0

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

Shades of Fringy Flower #B8FDC0

Tints of Fringy Flower #B8FDC0

Color information

#B8FDC0 (or 0xB8FDC0) is unknown color: approx Fringy Flower. HEX triplet: B8, FD and C0. RGB value is (184,253,192). Sum of RGB (Red+Green+Blue) = 184+253+192=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDC0 is #47023F. Grayscale: #E1E1E1. Windows color (decimal): -4653632 or 12647864. OLE color: 12647864.

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

Color convert

RGB184253192-
CMYK0.2700.240.01
HSL126.96º94.52%85.69%-
HSV(B)126.96º27.27%99.22%-
XYZ64.4184.2562.74-
YUV225.42109.1498.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.25%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=29.25%
G=40.22%
B=30.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842531920.2700.240.01126.9694.5285.69
HexB8FDC01B01817f5f56
Octal270375300330301177137126
Binary101110001111110111000000110110110001111111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FDC0; }

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

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

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

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

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

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

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

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