#B8EFBD

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

Shades of Fringy Flower #B8EFBD

Tints of Fringy Flower #B8EFBD

Color information

#B8EFBD (or 0xB8EFBD) is unknown color: approx Fringy Flower. HEX triplet: B8, EF and BD. RGB value is (184,239,189). Sum of RGB (Red+Green+Blue) = 184+239+189=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFBD is #471042. Grayscale: #D8D8D8. Windows color (decimal): -4657219 or 12447672. OLE color: 12447672.

HSL color Cylindrical-coordinate representation of color #B8EFBD: hue angle of 125.45º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFBD is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB184239189-
CMYK0.2300.210.06
HSL125.45º63.22%82.94%-
HSV(B)125.45º23.01%93.73%-
XYZ59.8275.659.58-
YUV216.85112.28104.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.07%
GREEN value IS 239 (93.75% from 255) = 39.05%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=30.07%
G=39.05%
B=30.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842391890.2300.210.06125.4563.2282.94
HexB8EFBD1701567d3f53
Octal27035727527025617577123
Binary1011100011101111101111011011101010111011111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFBD; }

 p { color: rgb(184,239,189); }

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

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

 a { background-color: rgb(184,239,189); }

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

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

 span { border-color: rgb(184,239,189); }

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