#BCE2BA

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

Shades of Fringy Flower #BCE2BA

Tints of Fringy Flower #BCE2BA

Color information

#BCE2BA (or 0xBCE2BA) is unknown color: approx Fringy Flower. HEX triplet: BC, E2 and BA. RGB value is (188,226,186). Sum of RGB (Red+Green+Blue) = 188+226+186=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2BA is #431D45. Grayscale: #D2D2D2. Windows color (decimal): -4398406 or 12247740. OLE color: 12247740.

HSL color Cylindrical-coordinate representation of color #BCE2BA: hue angle of 117º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE2BA is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB188226186-
CMYK0.1700.180.11
HSL117º40.82%80.78%-
HSV(B)117º17.7%88.63%-
XYZ56.868.6356.71-
YUV210.08114.41112.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 186 (73.05% from 255) = 31%
R=31.33%
G=37.67%
B=31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261860.1700.180.1111740.8280.78
HexBCE2BA11012B752951
Octal274342272210221316551121
Binary10111100111000101011101010001010010101111101011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2BA; }

 p { color: rgb(188,226,186); }

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

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

 a { background-color: rgb(188,226,186); }

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

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

 span { border-color: rgb(188,226,186); }

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