#BCF264

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

Shades of Conifer #BCF264

Tints of Conifer #BCF264

Color information

#BCF264 (or 0xBCF264) is unknown color: approx Conifer. HEX triplet: BC, F2 and 64. RGB value is (188,242,100). Sum of RGB (Red+Green+Blue) = 188+242+100=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF264 is #430D9B. Grayscale: #D2D2D2. Windows color (decimal): -4394396 or 6615740. OLE color: 6615740.

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

Color convert

RGB188242100-
CMYK0.2200.590.05
HSL82.82º84.52%67.06%-
HSV(B)82.82º58.68%94.9%-
XYZ54.7975.1223.67-
YUV209.6766.11112.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 242 (94.92% from 255) = 45.66%
BLUE value IS 100 (39.45% from 255) = 18.87%
R=35.47%
G=45.66%
B=18.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421000.2200.590.0582.8284.5267.06
HexBCF2641603B5535543
Octal274362144260735123125103
Binary10111100111100101100100101100111011101101001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF264; }

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

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

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

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

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

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

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

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