#B8EDBB

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

Shades of Fringy Flower #B8EDBB

Tints of Fringy Flower #B8EDBB

Color information

#B8EDBB (or 0xB8EDBB) is unknown color: approx Fringy Flower. HEX triplet: B8, ED and BB. RGB value is (184,237,187). Sum of RGB (Red+Green+Blue) = 184+237+187=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDBB is #471244. Grayscale: #D7D7D7. Windows color (decimal): -4657733 or 12316088. OLE color: 12316088.

HSL color Cylindrical-coordinate representation of color #B8EDBB: hue angle of 123.4º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDBB is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB184237187-
CMYK0.2200.210.07
HSL123.4º59.55%82.55%-
HSV(B)123.4º22.36%92.94%-
XYZ59.0274.3558.25-
YUV215.45111.94105.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.26%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=30.26%
G=38.98%
B=30.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842371870.2200.210.07123.459.5582.55
HexB8EDBB1601577b3c53
Octal27035527326025717374123
Binary1011100011101101101110111011001010111111110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDBB; }

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

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

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

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

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

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

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

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