#B4FDC0

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

Shades of Fringy Flower #B4FDC0

Tints of Fringy Flower #B4FDC0

Color information

#B4FDC0 (or 0xB4FDC0) is unknown color: approx Fringy Flower. HEX triplet: B4, FD and C0. RGB value is (180,253,192). Sum of RGB (Red+Green+Blue) = 180+253+192=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDC0 is #4B023F. Grayscale: #E0E0E0. Windows color (decimal): -4915776 or 12647860. OLE color: 12647860.

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

Color convert

RGB180253192-
CMYK0.2900.240.01
HSL129.86º94.81%84.9%-
HSV(B)129.86º28.85%99.22%-
XYZ63.4683.7662.69-
YUV224.22109.8296.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.8%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=28.8%
G=40.48%
B=30.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531920.2900.240.01129.8694.8184.9
HexB4FDC01D0181825f55
Octal264375300350301202137125
Binary1011010011111101110000001110101100011000001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDC0; }

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

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

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

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

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

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

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

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