#B8F1BB

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

Shades of Fringy Flower #B8F1BB

Tints of Fringy Flower #B8F1BB

Color information

#B8F1BB (or 0xB8F1BB) is unknown color: approx Fringy Flower. HEX triplet: B8, F1 and BB. RGB value is (184,241,187). Sum of RGB (Red+Green+Blue) = 184+241+187=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1BB is #470E44. Grayscale: #D9D9D9. Windows color (decimal): -4656709 or 12317112. OLE color: 12317112.

HSL color Cylindrical-coordinate representation of color #B8F1BB: hue angle of 123.16º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1BB is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB184241187-
CMYK0.2400.220.05
HSL123.16º67.06%83.33%-
HSV(B)123.16º23.65%94.51%-
XYZ60.1976.6958.64-
YUV217.8110.62103.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.07%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=30.07%
G=39.38%
B=30.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842411870.2400.220.05123.1667.0683.33
HexB8F1BB1801657b4353
Octal270361273300265173103123
Binary10111000111100011011101111000010110101111101110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1BB; }

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

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

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

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

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

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

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

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