#BCF193

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

Shades of Reef #BCF193

Tints of Reef #BCF193

Color information

#BCF193 (or 0xBCF193) is unknown color: approx Reef. HEX triplet: BC, F1 and 93. RGB value is (188,241,147). Sum of RGB (Red+Green+Blue) = 188+241+147=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF193 is #430E6C. Grayscale: #D6D6D6. Windows color (decimal): -4394605 or 9695676. OLE color: 9695676.

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

Color convert

RGB188241147-
CMYK0.2200.390.05
HSL93.83º77.05%76.08%-
HSV(B)93.83º39%94.51%-
XYZ57.4675.7139.19-
YUV214.4489.94109.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=32.64%
G=41.84%
B=25.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882411470.2200.390.0593.8377.0576.08
HexBCF1931602755e4d4c
Octal274361223260475136115114
Binary101111001111000110010011101100100111101101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF193; }

 p { color: rgb(188,241,147); }

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

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

 a { background-color: rgb(188,241,147); }

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

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

 span { border-color: rgb(188,241,147); }

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