#B4FCC0

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

Shades of Fringy Flower #B4FCC0

Tints of Fringy Flower #B4FCC0

Color information

#B4FCC0 (or 0xB4FCC0) is unknown color: approx Fringy Flower. HEX triplet: B4, FC and C0. RGB value is (180,252,192). Sum of RGB (Red+Green+Blue) = 180+252+192=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCC0 is #4B033F. Grayscale: #DFDFDF. Windows color (decimal): -4916032 or 12647604. OLE color: 12647604.

HSL color Cylindrical-coordinate representation of color #B4FCC0: hue angle of 130º degrees, saturation: 0.92, 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 #B4FCC0 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB180252192-
CMYK0.2900.240.01
HSL130º92.31%84.71%-
HSV(B)130º28.57%98.82%-
XYZ63.1583.1362.59-
YUV223.63110.1596.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 192 (75.39% from 255) = 30.77%
R=28.85%
G=40.38%
B=30.77%

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
Decimal1802521920.2900.240.0113092.3184.71
HexB4FCC01D0181825c55
Octal264374300350301202134125
Binary1011010011111100110000001110101100011000001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCC0; }

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

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

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

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

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

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

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

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