#B4FBC0

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

Shades of Fringy Flower #B4FBC0

Tints of Fringy Flower #B4FBC0

Color information

#B4FBC0 (or 0xB4FBC0) is unknown color: approx Fringy Flower. HEX triplet: B4, FB and C0. RGB value is (180,251,192). Sum of RGB (Red+Green+Blue) = 180+251+192=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBC0 is #4B043F. Grayscale: #DFDFDF. Windows color (decimal): -4916288 or 12647348. OLE color: 12647348.

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

Color convert

RGB180251192-
CMYK0.2800.240.02
HSL130.14º89.87%84.51%-
HSV(B)130.14º28.29%98.43%-
XYZ62.8382.562.48-
YUV223.04110.4897.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.89%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 192 (75.39% from 255) = 30.82%
R=28.89%
G=40.29%
B=30.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802511920.2800.240.02130.1489.8784.51
HexB4FBC01C0182825a55
Octal264373300340302202132125
Binary10110100111110111100000011100011000101000001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBC0; }

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

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

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

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

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

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

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

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