#BCF268

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

Shades of Sulu #BCF268

Tints of Sulu #BCF268

Color information

#BCF268 (or 0xBCF268) is unknown color: approx Sulu. HEX triplet: BC, F2 and 68. RGB value is (188,242,104). Sum of RGB (Red+Green+Blue) = 188+242+104=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF268 is #430D97. Grayscale: #D2D2D2. Windows color (decimal): -4394392 or 6877884. OLE color: 6877884.

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

Color convert

RGB188242104-
CMYK0.2200.570.05
HSL83.48º84.15%67.84%-
HSV(B)83.48º57.02%94.9%-
XYZ54.9975.224.71-
YUV210.1268.11112.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 242 (94.92% from 255) = 45.32%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=35.21%
G=45.32%
B=19.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421040.2200.570.0583.4884.1567.84
HexBCF268160395535444
Octal274362150260715123124104
Binary10111100111100101101000101100111001101101001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF268; }

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

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

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

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

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

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

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

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