#B4FCBB

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

Shades of Fringy Flower #B4FCBB

Tints of Fringy Flower #B4FCBB

Color information

#B4FCBB (or 0xB4FCBB) is unknown color: approx Fringy Flower. HEX triplet: B4, FC and BB. RGB value is (180,252,187). Sum of RGB (Red+Green+Blue) = 180+252+187=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCBB is #4B0344. Grayscale: #DFDFDF. Windows color (decimal): -4916037 or 12319924. OLE color: 12319924.

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

Color convert

RGB180252187-
CMYK0.2900.260.01
HSL125.83º92.31%84.71%-
HSV(B)125.83º28.57%98.82%-
XYZ62.682.9159.72-
YUV223.06107.6597.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=29.08%
G=40.71%
B=30.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521870.2900.260.01125.8392.3184.71
HexB4FCBB1D01A17e5c55
Octal264374273350321176134125
Binary101101001111110010111011111010110101111111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCBB; }

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

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

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

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

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

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

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

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