#BCEEB9

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

Shades of Fringy Flower #BCEEB9

Tints of Fringy Flower #BCEEB9

Color information

#BCEEB9 (or 0xBCEEB9) is unknown color: approx Fringy Flower. HEX triplet: BC, EE and B9. RGB value is (188,238,185). Sum of RGB (Red+Green+Blue) = 188+238+185=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEB9 is #431146. Grayscale: #D9D9D9. Windows color (decimal): -4395335 or 12185276. OLE color: 12185276.

HSL color Cylindrical-coordinate representation of color #BCEEB9: hue angle of 116.6º degrees, saturation: 0.61, 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 #BCEEB9 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB188238185-
CMYK0.2100.220.07
HSL116.6º60.92%82.94%-
HSV(B)116.6º22.27%93.33%-
XYZ60.0775.3457.28-
YUV217.01109.94107.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=30.77%
G=38.95%
B=30.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381850.2100.220.07116.660.9282.94
HexBCEEB9150167753d53
Octal27435627125026716575123
Binary1011110011101110101110011010101011011111101011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEB9; }

 p { color: rgb(188,238,185); }

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

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

 a { background-color: rgb(188,238,185); }

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

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

 span { border-color: rgb(188,238,185); }

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