#B8F3BB

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

Shades of Fringy Flower #B8F3BB

Tints of Fringy Flower #B8F3BB

Color information

#B8F3BB (or 0xB8F3BB) is unknown color: approx Fringy Flower. HEX triplet: B8, F3 and BB. RGB value is (184,243,187). Sum of RGB (Red+Green+Blue) = 184+243+187=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3BB is #470C44. Grayscale: #DBDBDB. Windows color (decimal): -4656197 or 12317624. OLE color: 12317624.

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

Color convert

RGB184243187-
CMYK0.2400.230.05
HSL123.05º71.08%83.73%-
HSV(B)123.05º24.28%95.29%-
XYZ60.7977.8858.84-
YUV218.98109.95103.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=29.97%
G=39.58%
B=30.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842431870.2400.230.05123.0571.0883.73
HexB8F3BB1801757b4754
Octal270363273300275173107124
Binary10111000111100111011101111000010111101111101110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F3BB; }

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

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

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

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

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

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

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

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