#B8FDBA

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

Shades of Fringy Flower #B8FDBA

Tints of Fringy Flower #B8FDBA

Color information

#B8FDBA (or 0xB8FDBA) is unknown color: approx Fringy Flower. HEX triplet: B8, FD and BA. RGB value is (184,253,186). Sum of RGB (Red+Green+Blue) = 184+253+186=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDBA is #470245. Grayscale: #E0E0E0. Windows color (decimal): -4653638 or 12254648. OLE color: 12254648.

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

Color convert

RGB184253186-
CMYK0.2700.260.01
HSL121.74º94.52%85.69%-
HSV(B)121.74º27.27%99.22%-
XYZ63.7683.9959.31-
YUV224.73106.1498.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=29.53%
G=40.61%
B=29.86%

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
Decimal1842531860.2700.260.01121.7494.5285.69
HexB8FDBA1B01A17a5f56
Octal270375272330321172137126
Binary101110001111110110111010110110110101111101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FDBA; }

 p { color: rgb(184,253,186); }

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

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

 a { background-color: rgb(184,253,186); }

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

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

 span { border-color: rgb(184,253,186); }

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