#BCF3BB

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

Shades of Fringy Flower #BCF3BB

Tints of Fringy Flower #BCF3BB

Color information

#BCF3BB (or 0xBCF3BB) is unknown color: approx Fringy Flower. HEX triplet: BC, F3 and BB. RGB value is (188,243,187). Sum of RGB (Red+Green+Blue) = 188+243+187=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3BB is #430C44. Grayscale: #DCDCDC. Windows color (decimal): -4394053 or 12317628. OLE color: 12317628.

HSL color Cylindrical-coordinate representation of color #BCF3BB: hue angle of 118.93º 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 #BCF3BB is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB188243187-
CMYK0.2300.230.05
HSL118.93º70%84.31%-
HSV(B)118.93º23.05%95.29%-
XYZ61.7678.3858.89-
YUV220.17109.28105.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=30.42%
G=39.32%
B=30.26%

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
Decimal1882431870.2300.230.05118.937084.31
HexBCF3BB170175774654
Octal274363273270275167106124
Binary10111100111100111011101110111010111101111011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3BB; }

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

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

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

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

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

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

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

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