#BCEFBA

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

Shades of Fringy Flower #BCEFBA

Tints of Fringy Flower #BCEFBA

Color information

#BCEFBA (or 0xBCEFBA) is unknown color: approx Fringy Flower. HEX triplet: BC, EF and BA. RGB value is (188,239,186). Sum of RGB (Red+Green+Blue) = 188+239+186=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFBA is #431045. Grayscale: #D9D9D9. Windows color (decimal): -4395078 or 12251068. OLE color: 12251068.

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

Color convert

RGB188239186-
CMYK0.2100.220.06
HSL117.74º62.35%83.33%-
HSV(B)117.74º22.18%93.73%-
XYZ60.4775.9757.93-
YUV217.71110.1106.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=30.67%
G=38.99%
B=30.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391860.2100.220.06117.7462.3583.33
HexBCEFBA150166763e53
Octal27435727225026616676123
Binary1011110011101111101110101010101011011011101101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFBA; }

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

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

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

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

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

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

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

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