#B8FCBB

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

Shades of Fringy Flower #B8FCBB

Tints of Fringy Flower #B8FCBB

Color information

#B8FCBB (or 0xB8FCBB) is unknown color: approx Fringy Flower. HEX triplet: B8, FC and BB. RGB value is (184,252,187). Sum of RGB (Red+Green+Blue) = 184+252+187=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCBB is #470344. Grayscale: #E0E0E0. Windows color (decimal): -4653893 or 12319928. OLE color: 12319928.

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

Color convert

RGB184252187-
CMYK0.2700.260.01
HSL122.65º91.89%85.49%-
HSV(B)122.65º26.98%98.82%-
XYZ63.5583.459.76-
YUV224.26106.9799.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=29.53%
G=40.45%
B=30.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842521870.2700.260.01122.6591.8985.49
HexB8FCBB1B01A17b5c55
Octal270374273330321173134125
Binary101110001111110010111011110110110101111101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCBB; }

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

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

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

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

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

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

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

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