#BCF2C2

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

Shades of Fringy Flower #BCF2C2

Tints of Fringy Flower #BCF2C2

Color information

#BCF2C2 (or 0xBCF2C2) is unknown color: approx Fringy Flower. HEX triplet: BC, F2 and C2. RGB value is (188,242,194). Sum of RGB (Red+Green+Blue) = 188+242+194=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2C2 is #430D3D. Grayscale: #DCDCDC. Windows color (decimal): -4394302 or 12776124. OLE color: 12776124.

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

Color convert

RGB188242194-
CMYK0.2200.200.05
HSL126.67º67.5%84.31%-
HSV(B)126.67º22.31%94.9%-
XYZ62.2378.0962.83-
YUV220.38113.11104.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=30.13%
G=38.78%
B=31.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421940.2200.200.05126.6767.584.31
HexBCF2C21601457f4454
Octal274362302260245177104124
Binary10111100111100101100001010110010100101111111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2C2; }

 p { color: rgb(188,242,194); }

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

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

 a { background-color: rgb(188,242,194); }

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

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

 span { border-color: rgb(188,242,194); }

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