#BCE9BA

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

Shades of Fringy Flower #BCE9BA

Tints of Fringy Flower #BCE9BA

Color information

#BCE9BA (or 0xBCE9BA) is unknown color: approx Fringy Flower. HEX triplet: BC, E9 and BA. RGB value is (188,233,186). Sum of RGB (Red+Green+Blue) = 188+233+186=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9BA is #431645. Grayscale: #D6D6D6. Windows color (decimal): -4396614 or 12249532. OLE color: 12249532.

HSL color Cylindrical-coordinate representation of color #BCE9BA: hue angle of 117.45º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE9BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB188233186-
CMYK0.1900.200.09
HSL117.45º51.65%82.16%-
HSV(B)117.45º20.17%91.37%-
XYZ58.7472.5157.36-
YUV214.19112.09109.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 233 (91.41% from 255) = 38.39%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=30.97%
G=38.39%
B=30.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882331860.1900.200.09117.4551.6582.16
HexBCE9BA130149753452
Octal274351272230241116564122
Binary10111100111010011011101010011010100100111101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9BA; }

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

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

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

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

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

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

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

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