#BCF194

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

Shades of Reef #BCF194

Tints of Reef #BCF194

Color information

#BCF194 (or 0xBCF194) is unknown color: approx Reef. HEX triplet: BC, F1 and 94. RGB value is (188,241,148). Sum of RGB (Red+Green+Blue) = 188+241+148=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF194 is #430E6B. Grayscale: #D6D6D6. Windows color (decimal): -4394604 or 9761212. OLE color: 9761212.

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

Color convert

RGB188241148-
CMYK0.2200.390.05
HSL94.19º76.86%76.27%-
HSV(B)94.19º38.59%94.51%-
XYZ57.5475.7439.6-
YUV214.5590.44109.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=32.58%
G=41.77%
B=25.65%

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
Decimal1882411480.2200.390.0594.1976.8676.27
HexBCF1941602755e4d4c
Octal274361224260475136115114
Binary101111001111000110010100101100100111101101111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF194; }

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

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

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

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

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

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

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

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