#BCF768

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

Shades of Sulu #BCF768

Tints of Sulu #BCF768

Color information

#BCF768 (or 0xBCF768) is unknown color: approx Sulu. HEX triplet: BC, F7 and 68. RGB value is (188,247,104). Sum of RGB (Red+Green+Blue) = 188+247+104=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF768 is #430897. Grayscale: #D5D5D5. Windows color (decimal): -4393112 or 6879164. OLE color: 6879164.

HSL color Cylindrical-coordinate representation of color #BCF768: hue angle of 84.76º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF768 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB188247104-
CMYK0.2400.580.03
HSL84.76º89.94%68.82%-
HSV(B)84.76º57.89%96.86%-
XYZ56.578.2125.22-
YUV213.0666.45110.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=34.88%
G=45.83%
B=19.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471040.2400.580.0384.7689.9468.82
HexBCF7681803A3555a45
Octal274367150300723125132105
Binary1011110011110111110100011000011101011101010110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF768; }

 p { color: rgb(188,247,104); }

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

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

 a { background-color: rgb(188,247,104); }

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

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

 span { border-color: rgb(188,247,104); }

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