#B8ECBA

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

Shades of Fringy Flower #B8ECBA

Tints of Fringy Flower #B8ECBA

Color information

#B8ECBA (or 0xB8ECBA) is unknown color: approx Fringy Flower. HEX triplet: B8, EC and BA. RGB value is (184,236,186). Sum of RGB (Red+Green+Blue) = 184+236+186=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECBA is #471345. Grayscale: #D6D6D6. Windows color (decimal): -4657990 or 12250296. OLE color: 12250296.

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

Color convert

RGB184236186-
CMYK0.2200.210.07
HSL122.31º57.78%82.35%-
HSV(B)122.31º22.03%92.55%-
XYZ58.6373.7357.6-
YUV214.75111.77106.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.36%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=30.36%
G=38.94%
B=30.69%

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
Decimal1842361860.2200.210.07122.3157.7882.35
HexB8ECBA1601577a3a52
Octal27035427226025717272122
Binary1011100011101100101110101011001010111111110101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ECBA; }

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

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

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

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

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

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

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

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