#BCF993

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

Shades of Reef #BCF993

Tints of Reef #BCF993

Color information

#BCF993 (or 0xBCF993) is unknown color: approx Reef. HEX triplet: BC, F9 and 93. RGB value is (188,249,147). Sum of RGB (Red+Green+Blue) = 188+249+147=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF993 is #43066C. Grayscale: #DBDBDB. Windows color (decimal): -4392557 or 9697724. OLE color: 9697724.

HSL color Cylindrical-coordinate representation of color #BCF993: hue angle of 95.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF993 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB188249147-
CMYK0.2400.410.02
HSL95.88º89.47%77.65%-
HSV(B)95.88º40.96%97.65%-
XYZ59.8880.5540-
YUV219.1387.29105.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 147 (57.81% from 255) = 25.17%
R=32.19%
G=42.64%
B=25.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491470.2400.410.0295.8889.4777.65
HexBCF99318029260594e
Octal274371223300512140131116
Binary10111100111110011001001111000010100110110000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF993; }

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

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

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

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

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

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

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

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