#BCF3BA

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

Shades of Fringy Flower #BCF3BA

Tints of Fringy Flower #BCF3BA

Color information

#BCF3BA (or 0xBCF3BA) is unknown color: approx Fringy Flower. HEX triplet: BC, F3 and BA. RGB value is (188,243,186). Sum of RGB (Red+Green+Blue) = 188+243+186=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3BA is #430C45. Grayscale: #DCDCDC. Windows color (decimal): -4394054 or 12252092. OLE color: 12252092.

HSL color Cylindrical-coordinate representation of color #BCF3BA: hue angle of 117.89º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3BA is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB188243186-
CMYK0.2300.230.05
HSL117.89º70.37%84.12%-
HSV(B)117.89º23.46%95.29%-
XYZ61.6578.3458.33-
YUV220.06108.78105.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 243 (95.31% from 255) = 39.38%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=30.47%
G=39.38%
B=30.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431860.2300.230.05117.8970.3784.12
HexBCF3BA170175764654
Octal274363272270275166106124
Binary10111100111100111011101010111010111101111011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3BA; }

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

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

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

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

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

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

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

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